summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/system.c b/sysdeps/unix/sysv/linux/system.c
new file mode 100644
index 0000000000..0f56a81ed1
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/system.c
@@ -0,0 +1,2 @@
+/* Linux has waitpid(), so override the generic unix version. */
+#include <sysdeps/posix/system.c>