aboutsummaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-25 10:42:54 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-25 12:21:12 +0200
commit983f43b57bc347717aca85616cbce731c7494ca3 (patch)
tree00ac99fcdc97adf8ee089da057c3998c560362ba /rt/Makefile
parent2da5f22fff639e891b9f516724683d9d7ad1511c (diff)
downloadglibc-983f43b57bc347717aca85616cbce731c7494ca3.tar
glibc-983f43b57bc347717aca85616cbce731c7494ca3.tar.gz
glibc-983f43b57bc347717aca85616cbce731c7494ca3.tar.bz2
glibc-983f43b57bc347717aca85616cbce731c7494ca3.zip
Linux: Move mq_open, __mq_open_2 from librt to libc
The symbols were moved using scripts/move-symbol-to-libc.py. A placeholder symbol is required to keep the GLIBC_2.7 version. 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 e86a3107ee..c015611f1d 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -30,7 +30,6 @@ routines = \
librt-routines = \
librt-compat \
- mq_open \
mq_receive \
mq_send \
mq_timedreceive \
@@ -62,6 +61,7 @@ $(librt-routines-var) += \
mq_close \
mq_getattr \
mq_notify \
+ mq_open \
mq_setattr \
tests := tst-shm tst-timer tst-timer2 \