Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 21 20:34:37 UTC 2024

Added Files:
        src/lib/librt: rt.expsym

Log Message:
librt: Add expected symbols list.

NOTE: Not sure about some of these internal-looking names like
_librt_sem_open or _pset_bind, intentional?

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/librt/rt.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/librt/rt.expsym
diff -u /dev/null src/lib/librt/rt.expsym:1.1
--- /dev/null	Thu Nov 21 20:34:37 2024
+++ src/lib/librt/rt.expsym	Thu Nov 21 20:34:37 2024
@@ -0,0 +1,41 @@
+__rt_cerror
+_librt_sem_close
+_librt_sem_destroy
+_librt_sem_getvalue
+_librt_sem_init
+_librt_sem_open
+_librt_sem_post
+_librt_sem_timedwait
+_librt_sem_trywait
+_librt_sem_unlink
+_librt_sem_wait
+_pset_bind
+aio_cancel
+aio_error
+aio_fsync
+aio_read
+aio_return
+aio_write
+lio_listio
+mq_close
+mq_getattr
+mq_notify
+mq_open
+mq_setattr
+mq_unlink
+pset_assign
+pset_bind
+pset_create
+pset_destroy
+sem_close
+sem_destroy
+sem_getvalue
+sem_init
+sem_open
+sem_post
+sem_timedwait
+sem_trywait
+sem_unlink
+sem_wait
+shm_open
+shm_unlink

Reply via email to