summaryrefslogtreecommitdiffstats
path: root/newlib/libc/posix/isatty.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/isatty.c')
-rw-r--r--newlib/libc/posix/isatty.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/posix/isatty.c b/newlib/libc/posix/isatty.c
deleted file mode 100644
index afd5ec85e..000000000
--- a/newlib/libc/posix/isatty.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* isatty.c */
-
-#include <unistd.h>
-#include <reent.h>
-
-int
-_DEFUN(isatty, (fd), int fd)
-{
- return _isatty (fd);
-}