diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 12:19:58 +0200 |
commit | 12028b50310e83ffa0cafbca8cfffc222bfd6ac8 (patch) | |
tree | 8219a9ffbedc73626958ca013d1192ce7755cfbd /sysdeps/unix/sysv/linux/i386/librt.abilist | |
parent | 3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917 (diff) | |
download | glibc-12028b50310e83ffa0cafbca8cfffc222bfd6ac8.tar glibc-12028b50310e83ffa0cafbca8cfffc222bfd6ac8.tar.gz glibc-12028b50310e83ffa0cafbca8cfffc222bfd6ac8.tar.bz2 glibc-12028b50310e83ffa0cafbca8cfffc222bfd6ac8.zip |
Linux: Move mq_close from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/librt.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/librt.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/librt.abilist b/sysdeps/unix/sysv/linux/i386/librt.abilist index 4273983ece..2830671cbd 100644 --- a/sysdeps/unix/sysv/linux/i386/librt.abilist +++ b/sysdeps/unix/sysv/linux/i386/librt.abilist @@ -4,7 +4,6 @@ GLIBC_2.2 timer_delete F GLIBC_2.2 timer_getoverrun F GLIBC_2.2 timer_gettime F GLIBC_2.2 timer_settime 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_open F |