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 /rt/Makefile | |
parent | 983f43b57bc347717aca85616cbce731c7494ca3 (diff) | |
download | glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.zip glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.tar.gz glibc-903e6f9960f6ad2ee9edd35fff979e2953445e08.tar.bz2 |
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 'rt/Makefile')
-rw-r--r-- | rt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/Makefile b/rt/Makefile index c015611..0cfb4cb 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -30,9 +30,7 @@ routines = \ librt-routines = \ librt-compat \ - mq_receive \ mq_send \ - mq_timedreceive \ mq_timedsend \ mq_unlink \ timer_create \ @@ -62,7 +60,9 @@ $(librt-routines-var) += \ mq_getattr \ mq_notify \ mq_open \ + mq_receive \ mq_setattr \ + mq_timedreceive \ tests := tst-shm tst-timer tst-timer2 \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ |