diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-21 20:05:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-21 20:05:47 +0000 |
commit | 33ebea17843acb1871bb4d6a71e7c7c0bbd60e35 (patch) | |
tree | 22f2fd8a0ac5dbf6d052c0463fef7e64411f8ef8 /nptl/Makefile | |
parent | 26f0119e7a017f29b7d90678e7faa4225dfd705a (diff) | |
download | glibc-33ebea17843acb1871bb4d6a71e7c7c0bbd60e35.tar glibc-33ebea17843acb1871bb4d6a71e7c7c0bbd60e35.tar.gz glibc-33ebea17843acb1871bb4d6a71e7c7c0bbd60e35.tar.bz2 glibc-33ebea17843acb1871bb4d6a71e7c7c0bbd60e35.zip |
Update.
2003-12-21 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-eintr5.
* tst-eintr5.c: New file.
* eintr.c (eintr_source): Prevent sending signal to self.
* tst-eintr2.c (tf1): Improve error message.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6876768d93..7710ae7620 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -207,7 +207,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-detach1 \ - tst-eintr1 tst-eintr2 tst-eintr3 tst-eintr4 \ + tst-eintr1 tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 \ tst-tsd1 tst-tsd2 tst-tsd3 tst-tsd4 \ tst-tls1 tst-tls2 \ tst-fork1 tst-fork2 tst-fork3 tst-fork4 \ |