entered into RCS
authorRoland McGrath <roland@gnu.org>
Mon, 24 Jan 1994 22:56:32 +0000 (22:56 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 24 Jan 1994 22:56:32 +0000 (22:56 +0000)
sysdeps/unix/bsd/sun/sunos4/system.c [new file with mode: 0644]
sysdeps/unix/bsd/ultrix4/system.c [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/system.c [new file with mode: 0644]

diff --git a/sysdeps/unix/bsd/sun/sunos4/system.c b/sysdeps/unix/bsd/sun/sunos4/system.c
new file mode 100644 (file)
index 0000000..2c8e634
--- /dev/null
@@ -0,0 +1,2 @@
+/* SunOS 4 does have `waitpid'.  Avoid unix/system.c, which says we don't.  */
+#include <sysdeps/posix/system.c>
diff --git a/sysdeps/unix/bsd/ultrix4/system.c b/sysdeps/unix/bsd/ultrix4/system.c
new file mode 100644 (file)
index 0000000..b133fe7
--- /dev/null
@@ -0,0 +1,2 @@
+/* Ultrix 4 does have `waitpid'.  Avoid unix/system.c, which says we don't.  */
+#include <sysdeps/posix/system.c>
diff --git a/sysdeps/unix/sysv/sysv4/system.c b/sysdeps/unix/sysv/sysv4/system.c
new file mode 100644 (file)
index 0000000..fbfe43f
--- /dev/null
@@ -0,0 +1,2 @@
+/* SVR4 does have `waitpid'.  Avoid unix/system.c, which says we don't.  */
+#include <sysdeps/posix/system.c>