diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-18 02:37:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-18 02:37:56 +0000 |
commit | 1683daeb2778c6263f2680cf98551679db7e781f (patch) | |
tree | 52427f4c33485d2fefc0a2e2c89c1cc3cdcecb5c /nptl/tst-cancel4.c | |
parent | f532641db76c471c9e61a8847a820066177ec818 (diff) | |
download | glibc-1683daeb2778c6263f2680cf98551679db7e781f.tar.gz glibc-1683daeb2778c6263f2680cf98551679db7e781f.tar.xz glibc-1683daeb2778c6263f2680cf98551679db7e781f.zip |
Update.
2004-04-17 Jakub Jelinek <jakub@redhat.com> * rt/Makefile (tests): Add tst-mqueue8. * rt/tst-mqueue8.c: New test. * sysdeps/unix/sysv/linux/s390/Makefile (librt-routines): Add rt-sysdep. * sysdeps/unix/sysv/linux/s390/rt-sysdep.S: New file.
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. |