summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/bsd4.4
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-04 22:36:16 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-04 22:36:16 +0000
commitd128e45089bc64535caa918ed778620bfec168c4 (patch)
tree15ef46dd25d98a2901d944f36db416f5ec400075 /sysdeps/unix/bsd/bsd4.4
parent2b942cb7186206fe5ad74589f0fdd3c449ca4cfa (diff)
Remove unused sysdeps/unix/bsd/ files.
Diffstat (limited to 'sysdeps/unix/bsd/bsd4.4')
-rw-r--r--sysdeps/unix/bsd/bsd4.4/isatty.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/bsd/bsd4.4/isatty.c b/sysdeps/unix/bsd/bsd4.4/isatty.c
deleted file mode 100644
index 473368c93f..0000000000
--- a/sysdeps/unix/bsd/bsd4.4/isatty.c
+++ /dev/null
@@ -1,3 +0,0 @@
-/* In a 4.4-derived world, tcgetattr is just one ioctl. */
-
-#include <sysdeps/posix/isatty.c>