diff options
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 4 | ||||
-rw-r--r-- | rt/Versions | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/rt/Makefile b/rt/Makefile index c015611f1d..0cfb4cb95b 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 \ diff --git a/rt/Versions b/rt/Versions index d28a7f6979..541106632e 100644 --- a/rt/Versions +++ b/rt/Versions @@ -30,7 +30,9 @@ libc { mq_getattr; mq_notify; mq_open; + mq_receive; mq_setattr; + mq_timedreceive; %endif } GLIBC_2.4 { @@ -68,7 +70,9 @@ libc { mq_getattr; mq_notify; mq_open; + mq_receive; mq_setattr; + mq_timedreceive; %endif shm_open; shm_unlink; @@ -124,11 +128,11 @@ librt { mq_getattr; mq_notify; mq_open; + mq_receive; mq_setattr; + mq_timedreceive; %endif - mq_receive; mq_send; - mq_timedreceive; mq_timedsend; mq_unlink; } |