about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-10-02 17:32:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-10-02 17:32:59 +0000
commit4d961dc7aa520e17b15e1fe024be8d6ccdadf87e (patch)
tree0205b06a1bb861d631d175a0c5587f3f5a35b7e0 /nptl/ChangeLog
parentbf8288adc819b5a760d3937a1252e593acaa069e (diff)
downloadglibc-4d961dc7aa520e17b15e1fe024be8d6ccdadf87e.tar.gz
glibc-4d961dc7aa520e17b15e1fe024be8d6ccdadf87e.tar.xz
glibc-4d961dc7aa520e17b15e1fe024be8d6ccdadf87e.zip
Update.
2003-10-02  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix saving and
	restoring of the old cancellation type.

	* sysdeps/pthread/malloc-machine.h: New file
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 6ce8758f7a..9cf02f8189 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,10 +1,15 @@
+2003-10-02  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix saving and
+	restoring of the old cancellation type.
+
 2003-09-30  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/pthread/malloc-machine.h: Remove misleading comment.
 
 2003-09-27  Wolfram Gloger  <wg@malloc.de>
 
-	* sysdeps/pthread/malloc-machine.h: New file.
+	* sysdeps/pthread/malloc-machine.h: New file
 
 2003-09-24  Roland McGrath  <roland@redhat.com>