Initial revision
authorRoland McGrath <roland@gnu.org>
Mon, 24 Jan 1994 22:56:11 +0000 (22:56 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 24 Jan 1994 22:56:11 +0000 (22:56 +0000)
sysdeps/unix/sysv/sco3.2.4/system.c [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/sco3.2.4/system.c b/sysdeps/unix/sysv/sco3.2.4/system.c
new file mode 100644 (file)
index 0000000..cd97649
--- /dev/null
@@ -0,0 +1,3 @@
+/* SCO 3.2v4 does have `waitpid'.
+   Avoid unix/system.c, which says we don't.  */
+#include <sysdeps/posix/system.c>