summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
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 /cpukit/libcsupport/include
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 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index e687596df1..2f4dedddf0 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -97,7 +97,6 @@ int __rtems_write(int fd, const void *buffer, unsigned32 count);
int __rtems_ioctl(int fd, unsigned32 command, void *buffer);
int __rtems_lseek(int fd, rtems_libio_offset_t offset, int whence);
int __rtems_fstat(int _fd, struct stat* _sbuf);
-int __rtems_isatty(int _fd);
/*
* External I/O handlers