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 | 903e6f9960f6ad2ee9edd35fff979e2953445e08 (patch) | |
tree | 1e34681a36bc452013132a8893a169c22b4530a6 /sysdeps/unix/sysv/linux/microblaze/le | |
parent | 983f43b57bc347717aca85616cbce731c7494ca3 (diff) | |
download | glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.tar glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.tar.gz glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.tar.bz2 glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.zip |
Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_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/microblaze/le')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/librt.abilist | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist index 8eb98598cc..10151508d3 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist @@ -1364,7 +1364,9 @@ GLIBC_2.18 mq_close F GLIBC_2.18 mq_getattr F GLIBC_2.18 mq_notify F GLIBC_2.18 mq_open F +GLIBC_2.18 mq_receive F GLIBC_2.18 mq_setattr F +GLIBC_2.18 mq_timedreceive F GLIBC_2.18 mrand48 F GLIBC_2.18 mrand48_r F GLIBC_2.18 mremap F @@ -2387,6 +2389,7 @@ GLIBC_2.34 __lstat64_time64 F 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 __msgctl64 F GLIBC_2.34 __mtx_timedlock64 F GLIBC_2.34 __nanosleep64 F @@ -2478,7 +2481,9 @@ GLIBC_2.34 mq_close F 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_setattr F +GLIBC_2.34 mq_timedreceive F GLIBC_2.34 mtx_destroy F GLIBC_2.34 mtx_init F GLIBC_2.34 mtx_lock F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist b/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist index ce332a362d..8ddbc3a272 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist @@ -1,6 +1,4 @@ -GLIBC_2.18 mq_receive F GLIBC_2.18 mq_send F -GLIBC_2.18 mq_timedreceive F GLIBC_2.18 mq_timedsend F GLIBC_2.18 mq_unlink F GLIBC_2.18 timer_create F @@ -8,7 +6,6 @@ GLIBC_2.18 timer_delete F GLIBC_2.18 timer_getoverrun F GLIBC_2.18 timer_gettime F GLIBC_2.18 timer_settime F -GLIBC_2.34 __mq_timedreceive_time64 F GLIBC_2.34 __mq_timedsend_time64 F GLIBC_2.34 __timer_gettime64 F GLIBC_2.34 __timer_settime64 F |