about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-12 16:20:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-12 16:20:32 +0000
commit3bbbaea9745d5daa8662feb68f743c7eb2aa80ea (patch)
tree46fa68562d137cf55328d7109bf999d6f783b750 /ChangeLog
parentef427aab8b632098b726884138d76c900563070e (diff)
downloadglibc-3bbbaea9745d5daa8662feb68f743c7eb2aa80ea.tar.gz
glibc-3bbbaea9745d5daa8662feb68f743c7eb2aa80ea.tar.xz
glibc-3bbbaea9745d5daa8662feb68f743c7eb2aa80ea.zip
Update.
2003-06-12  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/cris/sysdep.h: Fix handling of syscalls with
	more than four parameters.
	Patch by Uwe Reimann <libc-alpha@pulsar.homelinux.net>.

2003-06-12  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
	* sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: New file.
	* sysdeps/unix/sysv/linux/x86_64/kernel_stat.h: New file.

	* stdio-common/printf-parsemb.c: Include stdlib.h and sys/param.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 853b3c8f61..6f20619576 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-06-12  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/cris/sysdep.h: Fix handling of syscalls with
+	more than four parameters.
+	Patch by Uwe Reimann <libc-alpha@pulsar.homelinux.net>.
+
+2003-06-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
+	* sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: New file.
+	* sysdeps/unix/sysv/linux/x86_64/kernel_stat.h: New file.
+
+	* stdio-common/printf-parsemb.c: Include stdlib.h and sys/param.h.
+
 2003-06-12  Roland McGrath  <roland@redhat.com>
 
 	* Makerules ($(objpfx)stubs): Rewrite sed magic.