summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-11 20:04:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-11 20:04:27 +0000
commitdd19c0bb061af5595a970ed3c4f4af3824b65593 (patch)
treef946b796fc8e82900702a771e6f6c6b39cbe2297 /c/src/lib/ChangeLog
parent2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> (diff)
downloadrtems-dd19c0bb061af5595a970ed3c4f4af3824b65593.tar.bz2
2000-08-11 Chris Johns <ccj@acm.org>
* libc/chmod.c: Return ENOTSUP if filesystem does not have handler. * libc/eval.c: Ditto. * libc/fcntl.c: Ditto. * libc/fsync.c: Ditto. * libc/ioctl.c: Ditto. * libc/ioman.c: Ditto. * libc/link.c: Ditto. * libc/memfile.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.
Diffstat (limited to '')
-rw-r--r--c/src/lib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index c00bec1627..9f4954f9ad 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,4 +1,19 @@
+2000-08-11 Chris Johns <ccj@acm.org>
+
+ * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
+ * libc/eval.c: Ditto.
+ * libc/fcntl.c: Ditto.
+ * 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.
+ appending to a file.
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.