aboutsummaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
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 e86a310..c015611 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 \