mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +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:
@@ -2274,6 +2274,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
|
||||
@@ -2374,6 +2375,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