aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/unix/bsd/bsd4.4/system.c2
-rw-r--r--sysdeps/unix/system.c2
3 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d84ae7a..ca9f898 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-04-24 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/system.c: Remove file.
+ * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
+
* sysdeps/unix/getegid.S: Remove file.
* sysdeps/unix/geteuid.S: Likewise.
diff --git a/sysdeps/unix/bsd/bsd4.4/system.c b/sysdeps/unix/bsd/bsd4.4/system.c
deleted file mode 100644
index 9283f74..0000000
--- 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 2c52ec8..0000000
--- a/sysdeps/unix/system.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#define NO_WAITPID
-#include <sysdeps/posix/system.c>