From: Roland McGrath Date: Thu, 21 Mar 1996 00:37:31 +0000 (+0000) Subject: Mon Mar 18 22:54:32 1996 Andreas Schwab X-Git-Tag: upstream/2.30~29603 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38bb44bc19539b14a22a2e931c001c58b6cb1b95;p=external%2Fglibc.git Mon Mar 18 22:54:32 1996 Andreas Schwab * sysdeps/unix/sysv/linux/wait3.c: New file. * sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the one from sysdeps/posix. --- diff --git a/ChangeLog b/ChangeLog index 3f261a9..f0631c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Mar 18 22:54:32 1996 Andreas Schwab + + * sysdeps/unix/sysv/linux/wait3.c: New file. + * sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the + one from sysdeps/posix. + Wed Mar 20 09:42:11 1996 Roland McGrath * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro. diff --git a/sysdeps/unix/sysv/linux/wait.c b/sysdeps/unix/sysv/linux/wait.c index 63cf60c..79d5458 100644 --- a/sysdeps/unix/sysv/linux/wait.c +++ b/sysdeps/unix/sysv/linux/wait.c @@ -1 +1 @@ -#include +#include diff --git a/sysdeps/unix/sysv/linux/wait3.c b/sysdeps/unix/sysv/linux/wait3.c new file mode 100644 index 0000000..0b3bdee --- /dev/null +++ b/sysdeps/unix/sysv/linux/wait3.c @@ -0,0 +1 @@ +#include