about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-02 09:33:38 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-02 09:33:38 +0000
commit1db52d14c7e9e8803d914dc0f18a968203e682ac (patch)
treefc575c42cf9bea469d4d00a887e4230be18281a1 /ChangeLog
parent1e03e0af606ba541c85ae30ffa5ecf93c73c2df6 (diff)
downloadglibc-1db52d14c7e9e8803d914dc0f18a968203e682ac.tar.gz
glibc-1db52d14c7e9e8803d914dc0f18a968203e682ac.tar.xz
glibc-1db52d14c7e9e8803d914dc0f18a968203e682ac.zip
Update.
	* sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Also define
	*_nocancel name.

	* sysdeps/unix/sysv/linux/i386/syscalls.list: Add waitpid.

	(CFLAGS-pathconf.c): Likewise.
	(CFLAGS-fpathconf.c): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3adff6415c..3d59dd9a8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-09-02  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Also define
+	*_nocancel name.
+
+	* sysdeps/unix/sysv/linux/i386/syscalls.list: Add waitpid.
+
 	* libio/Makefile (CFLAGS-oldtmpfile.c): Add -fexceptions.
 	* sysdeps/generic/tmpfile.c (tmpfile): Use __unlink instead of remove.
 	* libio/oldtmpfile.c (__old_tmpfile): Likewise.
@@ -17,6 +22,8 @@
 	* posix/unistd.h: Remove __THROW from pathconf, fpathconf,
 	sysconf.
 	* posix/Makefile (CFLAGS-sysconf.c): Add -fexceptions.
+	(CFLAGS-pathconf.c): Likewise.
+	(CFLAGS-fpathconf.c): Likewise.
 
 	* misc/Makefile (CFLAGS-fstab.c): Add -fexceptions.
 	* misc/fstab.h: Remove all __THROW.