Changeset 92b211a in rtems
- Timestamp:
- 10/04/99 19:51:29 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 19ca797
- Parents:
- 7d96321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/Makefile.in
r7d96321 r92b211a 31 31 SYSTEM_CALL_C_PIECES = open close read write lseek ioctl mkdir mknod mkfifo \ 32 32 rmdir chdir chmod fchmod chown link unlink umask ftruncate utime fstat \ 33 fcntl fpathconf getdents fsync fdatasync pipe dup dup2 symlink readlink 33 fcntl fpathconf getdents fsync fdatasync pipe dup dup2 symlink readlink \ 34 creat isatty 34 35 35 36 DIRECTORY_SCAN_C_PIECES = opendir closedir readdir rewinddir scandir seekdir \
Note: See TracChangeset
for help on using the changeset viewer.