summaryrefslogtreecommitdiff
path: root/libc/sysdeps/unix/bsd/bsd4.4/isatty.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/unix/bsd/bsd4.4/isatty.c')
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/isatty.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/isatty.c b/libc/sysdeps/unix/bsd/bsd4.4/isatty.c
deleted file mode 100644
index 473368c93..000000000
--- a/libc/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>