summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-12 22:20:11 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-12 22:20:11 +0000
commit7aba050de9d46499ed3ce1ddc010cb1850ade9eb (patch)
treeb345049ec51082e75d0c36e93aecf9f77f9f5617 /linuxthreads
parentbeac809a9b59c88e8ea7a7774ec0fb36d3995ea6 (diff)
Update.
* sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index b4c474a2a6..711c3fb06b 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,11 @@
+2001-09-12 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/pthread/timer_delete.c (timer_delete): Thread may be NULL
+ for SIGEV_NONE.
+ * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
+
2001-09-11 Ulrich Drepper <drepper@redhat.com>
- Wolfram Gloger <wg@malloc.de>
+ Wolfram Gloger <wg@malloc.de>
* join.c: Protect all communications from and to manager with
TEMP_FAILURE_RETRY.