diff options
author | 2012-04-24 21:53:41 +0000 | |
---|---|---|
committer | 2012-04-24 21:53:41 +0000 | |
commit | b96914afa8c271746c6ea2658393e84fa18e6de3 (patch) | |
tree | a541cb868f9794817dc333dfb92f5230682fe205 /sysdeps/unix/bsd/bsd4.4/system.c | |
parent | Add flexibility to localplt-*.data files, using an awk script rather than diff to check the results. (diff) | |
download | glibc-b96914afa8c271746c6ea2658393e84fa18e6de3.tar.xz glibc-b96914afa8c271746c6ea2658393e84fa18e6de3.zip |
Remove unused sysdeps/unix/system.c.
Diffstat (limited to 'sysdeps/unix/bsd/bsd4.4/system.c')
-rw-r--r-- | sysdeps/unix/bsd/bsd4.4/system.c | 2 |
1 files changed, 0 insertions, 2 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> |