forked from Imagelibrary/rtems
The fiels isatty.c and creat.c were copied from newlib/libc/posix to
avoid conflicts.
This commit is contained 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 \
|
SYSTEM_CALL_C_PIECES = open close read write lseek ioctl mkdir mknod mkfifo \
|
||||||
rmdir chdir chmod fchmod chown link unlink umask ftruncate utime fstat \
|
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 \
|
DIRECTORY_SCAN_C_PIECES = opendir closedir readdir rewinddir scandir seekdir \
|
||||||
telldir getcwd
|
telldir getcwd
|
||||||
|
|||||||
Reference in New Issue
Block a user