mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Linux: Move mq_notify from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py. An explicit call from fork into the mq_notify implementation replaces the previous use of pthread_atfork. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -2343,6 +2343,7 @@ GLIBC_2.3.4 getipv4sourcefilter F
|
||||
GLIBC_2.3.4 getsourcefilter F
|
||||
GLIBC_2.3.4 mq_close F
|
||||
GLIBC_2.3.4 mq_getattr F
|
||||
GLIBC_2.3.4 mq_notify F
|
||||
GLIBC_2.3.4 mq_setattr F
|
||||
GLIBC_2.3.4 pthread_attr_getaffinity_np F
|
||||
GLIBC_2.3.4 pthread_attr_setaffinity_np F
|
||||
@ -2525,6 +2526,7 @@ GLIBC_2.34 lio_listio F
|
||||
GLIBC_2.34 lio_listio64 F
|
||||
GLIBC_2.34 mq_close F
|
||||
GLIBC_2.34 mq_getattr F
|
||||
GLIBC_2.34 mq_notify F
|
||||
GLIBC_2.34 mq_setattr F
|
||||
GLIBC_2.34 mtx_destroy F
|
||||
GLIBC_2.34 mtx_init F
|
||||
|
@ -5,7 +5,6 @@ GLIBC_2.2 timer_getoverrun F
|
||||
GLIBC_2.2 timer_gettime F
|
||||
GLIBC_2.2 timer_settime F
|
||||
GLIBC_2.3 __librt_version_placeholder F
|
||||
GLIBC_2.3.4 mq_notify F
|
||||
GLIBC_2.3.4 mq_open F
|
||||
GLIBC_2.3.4 mq_receive F
|
||||
GLIBC_2.3.4 mq_send F
|
||||
|
Reference in New Issue
Block a user