about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-21 20:05:47 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-21 20:05:47 +0000
commit33ebea17843acb1871bb4d6a71e7c7c0bbd60e35 (patch)
tree22f2fd8a0ac5dbf6d052c0463fef7e64411f8ef8 /nptl/Makefile
parent26f0119e7a017f29b7d90678e7faa4225dfd705a (diff)
downloadglibc-33ebea17843acb1871bb4d6a71e7c7c0bbd60e35.tar.gz
glibc-33ebea17843acb1871bb4d6a71e7c7c0bbd60e35.tar.xz
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/Makefile2
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 \