diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 09:33:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 09:33:38 +0000 |
commit | 1db52d14c7e9e8803d914dc0f18a968203e682ac (patch) | |
tree | fc575c42cf9bea469d4d00a887e4230be18281a1 /ChangeLog | |
parent | 1e03e0af606ba541c85ae30ffa5ecf93c73c2df6 (diff) | |
download | glibc-1db52d14c7e9e8803d914dc0f18a968203e682ac.tar glibc-1db52d14c7e9e8803d914dc0f18a968203e682ac.tar.gz glibc-1db52d14c7e9e8803d914dc0f18a968203e682ac.tar.bz2 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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |