mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Linux: Move mq_unlink from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py. A placeholder symbol is needed on some architectures for the GLIBC_2.3.4 version. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -2307,6 +2307,7 @@ GLIBC_2.3.4 mq_send F
|
||||
GLIBC_2.3.4 mq_setattr F
|
||||
GLIBC_2.3.4 mq_timedreceive F
|
||||
GLIBC_2.3.4 mq_timedsend F
|
||||
GLIBC_2.3.4 mq_unlink F
|
||||
GLIBC_2.3.4 pthread_attr_getaffinity_np F
|
||||
GLIBC_2.3.4 pthread_attr_setaffinity_np F
|
||||
GLIBC_2.3.4 pthread_getaffinity_np F
|
||||
@ -2486,6 +2487,7 @@ GLIBC_2.34 mq_send F
|
||||
GLIBC_2.34 mq_setattr F
|
||||
GLIBC_2.34 mq_timedreceive F
|
||||
GLIBC_2.34 mq_timedsend F
|
||||
GLIBC_2.34 mq_unlink F
|
||||
GLIBC_2.34 mtx_destroy F
|
||||
GLIBC_2.34 mtx_init F
|
||||
GLIBC_2.34 mtx_lock F
|
||||
|
Reference in New Issue
Block a user