From b82c9578f4f90fa33b70377830dd5086d1431084 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Apr 1998 18:45:42 +0000 Subject: Removed isatty() since we are now using newlib's implementation as a result of enabling the newlib POSIX directory. --- cpukit/libcsupport/include/rtems/libio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libcsupport/include') 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 -- cgit v1.2.3