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 | 5b3a2abfb339738085dcd8d956b570b56d03b9ed (patch) | |
tree | 15c86c7fa62e651c6860f53dc875d0a56ed5f9dc /sysdeps/unix/sysv/linux/hppa/libc.abilist | |
parent | 903e6f9960f6ad2ee9edd35fff979e2953445e08 (diff) | |
download | glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.tar glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.tar.gz glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.tar.bz2 glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.zip |
Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libc.abilist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libc.abilist b/sysdeps/unix/sysv/linux/hppa/libc.abilist index 7ef275ce02..d2337afa48 100644 --- a/sysdeps/unix/sysv/linux/hppa/libc.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libc.abilist @@ -2211,8 +2211,10 @@ GLIBC_2.3.4 mq_getattr F GLIBC_2.3.4 mq_notify F GLIBC_2.3.4 mq_open F GLIBC_2.3.4 mq_receive F +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 pthread_attr_getaffinity_np F GLIBC_2.3.4 pthread_attr_setaffinity_np F GLIBC_2.3.4 pthread_getaffinity_np F @@ -2295,6 +2297,7 @@ GLIBC_2.34 __lutimes64 F GLIBC_2.34 __mktime64 F GLIBC_2.34 __mq_open_2 F GLIBC_2.34 __mq_timedreceive_time64 F +GLIBC_2.34 __mq_timedsend_time64 F GLIBC_2.34 __msgctl64 F GLIBC_2.34 __mtx_timedlock64 F GLIBC_2.34 __nanosleep64 F @@ -2387,8 +2390,10 @@ GLIBC_2.34 mq_getattr F GLIBC_2.34 mq_notify F GLIBC_2.34 mq_open F GLIBC_2.34 mq_receive F +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 mtx_destroy F GLIBC_2.34 mtx_init F GLIBC_2.34 mtx_lock F |