about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-05 07:05:40 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-05 07:05:40 +0000
commit00e58701f31f8628106948aa6486487ed89ece52 (patch)
treec2863d340412486d844030b6586bf719fc24400b /ChangeLog
parentb74121ae4bc5fcedd4872353dac3af07b5e7eb0f (diff)
downloadglibc-00e58701f31f8628106948aa6486487ed89ece52.tar.gz
glibc-00e58701f31f8628106948aa6486487ed89ece52.tar.xz
glibc-00e58701f31f8628106948aa6486487ed89ece52.zip
Update.
2003-01-05  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
	cancellation handling.
	* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.

2003-01-04  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
	order of parameters passed to kill.

	* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dbf029854a..c04ba452df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
+2003-01-05  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
+	cancellation handling.
+	* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
+	* sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
+
+2003-01-04  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
+	order of parameters passed to kill.
+
 2003-01-04  Andreas Schwab  <schwab@suse.de>
 
-	* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond
-	fields.
+	* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
 
 2002-01-03  Paul Eggert  <eggert@twinsun.com>