Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
authorRoland McGrath <roland@gnu.org>
Thu, 21 Mar 1996 00:37:31 +0000 (00:37 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 21 Mar 1996 00:37:31 +0000 (00:37 +0000)
* 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.

ChangeLog
sysdeps/unix/sysv/linux/wait.c
sysdeps/unix/sysv/linux/wait3.c [new file with mode: 0644]

index 3f261a9..f0631c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 18 22:54:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * 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  <roland@charlie-brown.gnu.ai.mit.edu>
 
        * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.
index 63cf60c..79d5458 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/posix/wait.c>
+#include <sysdeps/unix/bsd/bsd4.4/wait.c>
diff --git a/sysdeps/unix/sysv/linux/wait3.c b/sysdeps/unix/sysv/linux/wait3.c
new file mode 100644 (file)
index 0000000..0b3bdee
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/bsd/bsd4.4/wait3.c>