From 92b211a4cac4127309062788631c19208b0168cb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Oct 1999 19:51:29 +0000 Subject: The fiels isatty.c and creat.c were copied from newlib/libc/posix to avoid conflicts. --- c/src/lib/libc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libc/Makefile.in') diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in index 12c7561ae2..80f63beedd 100644 --- a/c/src/lib/libc/Makefile.in +++ b/c/src/lib/libc/Makefile.in @@ -30,7 +30,8 @@ TERMIOS_C_PIECES = cfgetispeed cfgetospeed cfsetispeed cfsetospeed tcgetattr \ SYSTEM_CALL_C_PIECES = open close read write lseek ioctl mkdir mknod mkfifo \ rmdir chdir chmod fchmod chown link unlink umask ftruncate utime fstat \ - fcntl fpathconf getdents fsync fdatasync pipe dup dup2 symlink readlink + fcntl fpathconf getdents fsync fdatasync pipe dup dup2 symlink readlink \ + creat isatty DIRECTORY_SCAN_C_PIECES = opendir closedir readdir rewinddir scandir seekdir \ telldir getcwd -- cgit v1.2.3