mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -312,6 +312,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
|
||||
@ -1728,6 +1729,7 @@ GLIBC_2.4 mprobe F
|
||||
GLIBC_2.4 mprotect F
|
||||
GLIBC_2.4 mq_close F
|
||||
GLIBC_2.4 mq_getattr F
|
||||
GLIBC_2.4 mq_notify F
|
||||
GLIBC_2.4 mq_setattr F
|
||||
GLIBC_2.4 mrand48 F
|
||||
GLIBC_2.4 mrand48_r F
|
||||
|
@ -2,7 +2,6 @@ GLIBC_2.34 __mq_timedreceive_time64 F
|
||||
GLIBC_2.34 __mq_timedsend_time64 F
|
||||
GLIBC_2.34 __timer_gettime64 F
|
||||
GLIBC_2.34 __timer_settime64 F
|
||||
GLIBC_2.4 mq_notify F
|
||||
GLIBC_2.4 mq_open F
|
||||
GLIBC_2.4 mq_receive F
|
||||
GLIBC_2.4 mq_send F
|
||||
|
Reference in New Issue
Block a user