Changeset 37535317 in rtems
- Timestamp:
- 01/26/01 14:12:48 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 56f20bac
- Parents:
- 809feccc
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/Makefile.am
r809feccc r37535317 24 24 link.c unlink.c umask.c ftruncate.c utime.c fstat.c fcntl.c fpathconf.c \ 25 25 getdents.c fsync.c fdatasync.c pipe.c dup.c dup2.c symlink.c readlink.c \ 26 creat.c 26 creat.c chroot.c 27 27 28 28 DIRECTORY_SCAN_C_FILES = opendir.c closedir.c readdir.c rewinddir.c \ -
c/src/lib/ChangeLog
r809feccc r37535317 1 2 2001-01-25 Fernando Ruiz <fernando.ruiz@ctv.es> 3 4 * Alternate email is correo@fernando-ruiz.com 5 * libc/chroot.c: New file. 6 * libc/Makefile.am: Reflect above. 1 7 2 8 2001-01-25 Fernando Ruiz <fernando.ruiz@ctv.es> -
c/src/lib/libc/Makefile.am
r809feccc r37535317 24 24 link.c unlink.c umask.c ftruncate.c utime.c fstat.c fcntl.c fpathconf.c \ 25 25 getdents.c fsync.c fdatasync.c pipe.c dup.c dup2.c symlink.c readlink.c \ 26 creat.c 26 creat.c chroot.c 27 27 28 28 DIRECTORY_SCAN_C_FILES = opendir.c closedir.c readdir.c rewinddir.c \
Note: See TracChangeset
for help on using the changeset viewer.