diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-19 17:28:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-19 17:28:57 +0000 |
commit | 0a901ba456d0a0e6dfd0488b3f20f03d9e103d6f (patch) | |
tree | a6297b186f5aecd0a0466f6f44f074c8613c8be2 /rt/Makefile | |
parent | 72c41589771584da6693ca8a340a19d1cd6bef06 (diff) | |
download | glibc-0a901ba456d0a0e6dfd0488b3f20f03d9e103d6f.tar.gz |
Update.
2004-04-19 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Change EPERM into
EACCES.
* rt/Makefile (tests): Add tst-mqueue9.
* rt/tst-mqueue9.c: New test.
* rt/tst-mqueue4.c (do_test): Add test for mq_unlink of a too long
name component.
2004-04-19 Ulrich Drepper <drepper@redhat.com>
* rt/tst-mqueue7.c (do_test): Make newargv const.
Diffstat (limited to 'rt/Makefile')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index a5ce82fbca..29e7f847e4 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -44,7 +44,7 @@ librt-routines = $(aio-routines) \ tests := tst-shm tst-clock tst-clock_nanosleep tst-timer tst-timer2 \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ tst-aio7 tst-mqueue1 tst-mqueue2 tst-mqueue3 tst-mqueue4 \ - tst-mqueue5 tst-mqueue6 tst-mqueue7 tst-mqueue8 \ + tst-mqueue5 tst-mqueue6 tst-mqueue7 tst-mqueue8 tst-mqueue9 \ tst-timer3 tst-timer4 extra-libs := librt |