Changeset e3250b3 in rtems
- Timestamp:
- 10/18/00 13:02:14 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b5dc96
- Parents:
- 54ba5aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/ChangeLog
r54ba5aa re3250b3 1 2 2000-10-18 Joel Sherrill <joel@OARcorp.com> 3 4 * libc/fcntl.c: Do not require every filesystem to have an fcntl() 5 handler. Most fcntl() operations can be performed with no 6 filesystem support. 7 * ChangeLog: Corrected comment. 1 8 2 9 2000-09-28 Joel Sherrill <joel@OARcorp.com> … … 53 60 * libc/ioctl.c: Ditto. 54 61 * libc/ioman.c: Ditto. 55 * libc/memfile.c: Ditto.56 62 * libc/link.c: Ditto. 57 63 * libc/mknod.c: Ditto. 58 64 * libc/symlink.c: Ditto. 59 65 * libc/libio.h(rtems_filesystem_dev_major_t): New macro. 66 * libc/libio.h(rtems_filesystem_dev_minor_t): New macro. 67 * libc/memfile.c: Deleted assert. Added code to properly handle 60 68 appending to a file. 61 69
Note: See TracChangeset
for help on using the changeset viewer.