From e3250b39433c49bb75cc355a5450922bf4d23fa1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Oct 2000 13:02:14 +0000 Subject: 2000-10-18 Joel Sherrill * libc/fcntl.c: Do not require every filesystem to have an fcntl() handler. Most fcntl() operations can be performed with no filesystem support. * ChangeLog: Corrected comment. --- c/src/lib/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'c/src/lib/ChangeLog') diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index f16a7bc202..095f7a7737 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,4 +1,11 @@ +2000-10-18 Joel Sherrill + + * libc/fcntl.c: Do not require every filesystem to have an fcntl() + handler. Most fcntl() operations can be performed with no + filesystem support. + * ChangeLog: Corrected comment. + 2000-09-28 Joel Sherrill * libc/libio.h (rtems_filesystem_file_handlers_r, @@ -52,11 +59,12 @@ * libc/fsync.c: Ditto. * libc/ioctl.c: Ditto. * libc/ioman.c: Ditto. - * libc/memfile.c: Ditto. * libc/link.c: Ditto. * libc/mknod.c: Ditto. * libc/symlink.c: Ditto. * libc/libio.h(rtems_filesystem_dev_major_t): New macro. + * libc/libio.h(rtems_filesystem_dev_minor_t): New macro. + * libc/memfile.c: Deleted assert. Added code to properly handle appending to a file. 2000-08-10 Joel Sherrill -- cgit v1.2.3