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 /posix | |
parent | 1e03e0af606ba541c85ae30ffa5ecf93c73c2df6 (diff) | |
download | glibc-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 'posix')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index 59cc1a62d8..ede637aa39 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -130,6 +130,8 @@ CFLAGS-waitpid.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-getopt.c = -fexceptions CFLAGS-wordexp.c = -fexceptions CFLAGS-sysconf.c = -fexceptions +CFLAGS-pathconf.c = -fexceptions +CFLAGS-fpathconf.c = -fexceptions tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random --col --color --colour |