summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-09-12 18:29:32 +0000
committerUlrich Drepper <drepper@redhat.com>1996-09-12 18:29:32 +0000
commitd0045e79eb6f1ab705668a6efdfafe8b81d1cad8 (patch)
tree05ab06dd22241167a118ca5be13b41b00a4700c2 /sysdeps
parentf0f1bf8536fe660cb6230a22694f9b7e6b02605e (diff)
Use POSIX version of version.c.
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>