summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-21 00:37:31 +0000
committerRoland McGrath <roland@gnu.org>1996-03-21 00:37:31 +0000
commit38bb44bc19539b14a22a2e931c001c58b6cb1b95 (patch)
tree1028a6167ea8f6d2ff5c00d3a2be1ad7a91498c1 /sysdeps
parentd7193325fcd37097d80961e0731de03765f6b5ec (diff)
Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>cvs/libc-960321
* 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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/wait.c2
-rw-r--r--sysdeps/unix/sysv/linux/wait3.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/wait.c b/sysdeps/unix/sysv/linux/wait.c
index 63cf60c64a..79d54580fd 100644
--- a/sysdeps/unix/sysv/linux/wait.c
+++ b/sysdeps/unix/sysv/linux/wait.c
@@ -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
index 0000000000..0b3bdee771
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/wait3.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/bsd/bsd4.4/wait3.c>