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 /rt/Versions | |
parent | 903e6f9960f6ad2ee9edd35fff979e2953445e08 (diff) | |
download | glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.zip glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.tar.gz glibc-5b3a2abfb339738085dcd8d956b570b56d03b9ed.tar.bz2 |
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 'rt/Versions')
-rw-r--r-- | rt/Versions | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rt/Versions b/rt/Versions index 5411066..3363ccb 100644 --- a/rt/Versions +++ b/rt/Versions @@ -31,8 +31,10 @@ libc { mq_notify; mq_open; mq_receive; + mq_send; mq_setattr; mq_timedreceive; + mq_timedsend; %endif } GLIBC_2.4 { @@ -71,8 +73,10 @@ libc { mq_notify; mq_open; mq_receive; + mq_send; mq_setattr; mq_timedreceive; + mq_timedsend; %endif shm_open; shm_unlink; @@ -129,11 +133,11 @@ librt { mq_notify; mq_open; mq_receive; + mq_send; mq_setattr; mq_timedreceive; -%endif - mq_send; mq_timedsend; +%endif mq_unlink; } GLIBC_2.4 { |