summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:51:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:51:29 +0000
commit92b211a4cac4127309062788631c19208b0168cb (patch)
treeac244fbd43e7def4d5b46ade5bb8c28244994750 /c/src/lib/libc
parentModifications necessary to support testing of exitting a pthread from (diff)
downloadrtems-92b211a4cac4127309062788631c19208b0168cb.tar.bz2
The fiels isatty.c and creat.c were copied from newlib/libc/posix to
avoid conflicts.
Diffstat (limited to 'c/src/lib/libc')
-rw-r--r--c/src/lib/libc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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