summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/bsd4.4/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/bsd4.4/system.c')
-rw-r--r--sysdeps/unix/bsd/bsd4.4/system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/bsd4.4/system.c b/sysdeps/unix/bsd/bsd4.4/system.c
new file mode 100644
index 0000000000..9283f74558
--- /dev/null
+++ b/sysdeps/unix/bsd/bsd4.4/system.c
@@ -0,0 +1,2 @@
+/* BSD 4.4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
+#include <sysdeps/posix/system.c>