diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:42:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 12:21:12 +0200 |
commit | 1a5a653be2f95d4d9485d08672dc5083c74c39d8 (patch) | |
tree | 690213469932b9a7b1ad7d99a93924761ab0d601 /sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | |
parent | 5b3a2abfb339738085dcd8d956b570b56d03b9ed (diff) | |
download | glibc-1a5a653be2f95d4d9485d08672dc5083c74c39d8.tar glibc-1a5a653be2f95d4d9485d08672dc5083c74c39d8.tar.gz glibc-1a5a653be2f95d4d9485d08672dc5083c74c39d8.tar.bz2 glibc-1a5a653be2f95d4d9485d08672dc5083c74c39d8.zip |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist index 3441d1fcd7..593e5f9ae7 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist @@ -2240,6 +2240,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 @@ -2352,6 +2353,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 |