aboutsummaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-25 10:30:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-25 12:19:58 +0200
commit12028b50310e83ffa0cafbca8cfffc222bfd6ac8 (patch)
tree8219a9ffbedc73626958ca013d1192ce7755cfbd /rt/Makefile
parent3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917 (diff)
downloadglibc-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 'rt/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 5a5e45bfd2..2a6ffec45e 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -30,7 +30,6 @@ routines = \
librt-routines = \
librt-compat \
- mq_close \
mq_getattr \
mq_notify \
mq_open \
@@ -63,6 +62,7 @@ $(librt-routines-var) += \
aio_write64 \
lio_listio \
lio_listio64 \
+ mq_close \
tests := tst-shm tst-timer tst-timer2 \
tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \