aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-22 05:24:39 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-22 05:24:39 +0000
commit71028edd8f9ddbc05f0013d434e0b5cbceee2148 (patch)
tree3a6bfef651ed3a33a39de640f5fb11095cbe947f /nptl/ChangeLog
parent6735470f7be97a7140bb09d255682c9c7a8e6bd0 (diff)
downloadglibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.tar
glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.tar.gz
glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.tar.bz2
glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.zip
Update.
* Makefile (tests): Add tst-eintr1. (distribute): Add eintr.c. * tst-eintr1.c: New file. * eintr.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4d19e4230f..386843b1d2 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,10 @@
2003-02-21 Ulrich Drepper <drepper@redhat.com>
+ * Makefile (tests): Add tst-eintr1.
+ (distribute): Add eintr.c.
+ * tst-eintr1.c: New file.
+ * eintr.c: New file.
+
* pthread_cancel.c (pthread_cancel): Use tkill directly.
* sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill):