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
commitf66d9abca7ecc4ee4c7afcc1d1496411bfc70911 (patch)
tree5290cd4cfa0598095443bb763f1e1600a0741891 /rt/Makefile
parenta752cb670a7bc4e7ee8568ba972056830bab904e (diff)
downloadglibc-f66d9abca7ecc4ee4c7afcc1d1496411bfc70911.tar.xz
glibc-f66d9abca7ecc4ee4c7afcc1d1496411bfc70911.zip
Linux: Move mq_getattr 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 228eec8a27..f753a9aa7a 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -30,7 +30,6 @@ routines = \
librt-routines = \
librt-compat \
- mq_getattr \
mq_notify \
mq_open \
mq_receive \
@@ -62,6 +61,7 @@ $(librt-routines-var) += \
lio_listio \
lio_listio64 \
mq_close \
+ mq_getattr \
mq_setattr \
tests := tst-shm tst-timer tst-timer2 \