Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 21 20:33:02 UTC 2024

Added Files:
        src/lib/libquota: quota.expsym

Log Message:
libquota: Add expected symbols list.

NOTE: This exports a bunch of __quota_* symbols which aren't mentioned
in include/quota.h and look awfully internal.  Intentional?  Should we
slap on a version script and bump the major to avoid exporting them?

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libquota/quota.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/lib/libquota/quota.expsym
diff -u /dev/null src/lib/libquota/quota.expsym:1.1
--- /dev/null	Thu Nov 21 20:33:02 2024
+++ src/lib/libquota/quota.expsym	Thu Nov 21 20:33:02 2024
@@ -0,0 +1,60 @@
+__quota_kernel_cursor_atend
+__quota_kernel_cursor_create
+__quota_kernel_cursor_destroy
+__quota_kernel_cursor_get
+__quota_kernel_cursor_getn
+__quota_kernel_cursor_rewind
+__quota_kernel_cursor_skipidtype
+__quota_kernel_delete
+__quota_kernel_get
+__quota_kernel_getimplname
+__quota_kernel_getnumidtypes
+__quota_kernel_getnumobjtypes
+__quota_kernel_getrestrictions
+__quota_kernel_idtype_getname
+__quota_kernel_objtype_getname
+__quota_kernel_objtype_isbytes
+__quota_kernel_put
+__quota_kernel_quotaoff
+__quota_kernel_quotaon
+__quota_nfs_get
+__quota_oldfiles_cursor_atend
+__quota_oldfiles_cursor_create
+__quota_oldfiles_cursor_destroy
+__quota_oldfiles_cursor_get
+__quota_oldfiles_cursor_getn
+__quota_oldfiles_cursor_rewind
+__quota_oldfiles_cursor_skipidtype
+__quota_oldfiles_delete
+__quota_oldfiles_get
+__quota_oldfiles_getimplname
+__quota_oldfiles_getquotafile
+__quota_oldfiles_infstab
+__quota_oldfiles_initialize
+__quota_oldfiles_load_fstab
+__quota_oldfiles_put
+__quota_oldfiles_quotaon
+quota_close
+quota_delete
+quota_get
+quota_getimplname
+quota_getmountdevice
+quota_getmountpoint
+quota_getnumidtypes
+quota_getnumobjtypes
+quota_getrestrictions
+quota_idtype_getname
+quota_objtype_getname
+quota_objtype_isbytes
+quota_open
+quota_opencursor
+quota_put
+quota_quotaoff
+quota_quotaon
+quotacursor_atend
+quotacursor_close
+quotacursor_get
+quotacursor_getn
+quotacursor_rewind
+quotacursor_skipidtype
+quotaval_clear

Reply via email to