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