diff options
Diffstat (limited to 'nptl/tst-cancel4.c')
-rw-r--r-- | nptl/tst-cancel4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c index 8af6d422ce..87000fa6a4 100644 --- a/nptl/tst-cancel4.c +++ b/nptl/tst-cancel4.c @@ -57,8 +57,8 @@ sem_wait() and sem_timedwait() are checked in tst-cancel1[2345] tests. - POSIX message queues aren't implemented yet. This affects - mq_receive() mq_send() mq_timedreceive() mq_timedsend() + mq_send(), mq_timedsend(), mq_receive() and mq_timedreceive() are checked + in tst-mqueue8{,x} tests. aio_suspend() is tested in tst-cancel17. |