summaryrefslogtreecommitdiff
path: root/libc/sysdeps/unix/bsd/bsd4.4/isatty.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-05-05 20:07:29 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-05-05 20:07:29 +0000
commitc29b18b38ccefba22c13b33dd801acba0ae92523 (patch)
tree9d3620ac17ff5fe7f6af8fb342fc0235e3c0245d /libc/sysdeps/unix/bsd/bsd4.4/isatty.c
parenta19eeb99758498e918043d50b57ba75b2d938e50 (diff)
Merge changes between r18362 and r18392 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@18393 7b3dc134-2b1b-0410-93df-9e9f96275f8d
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>