summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/newlibif.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:45:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:45:42 +0000
commitb82c9578f4f90fa33b70377830dd5086d1431084 (patch)
tree79037c907b378b0f25a7f7190495da02ef0ac61e /c/src/lib/libc/newlibif.c
parentMade these have real constants. (diff)
downloadrtems-b82c9578f4f90fa33b70377830dd5086d1431084.tar.bz2
Removed isatty() since we are now using newlib's implementation as
a result of enabling the newlib POSIX directory.
Diffstat (limited to 'c/src/lib/libc/newlibif.c')
-rw-r--r--c/src/lib/libc/newlibif.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libc/newlibif.c b/c/src/lib/libc/newlibif.c
index ac9781ab58..f88d050298 100644
--- a/c/src/lib/libc/newlibif.c
+++ b/c/src/lib/libc/newlibif.c
@@ -54,16 +54,6 @@ close(int fd)
}
/*
- * isatty -- returns 1 if connected to a terminal device,
- * returns 0 if not.
- */
-int
-isatty(int fd)
-{
- return __rtems_isatty(fd);
-}
-
-/*
* lseek -- move read/write pointer. Since a serial port
* is non-seekable, we return an error.
*/