summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-04 19:18:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-04 19:18:09 +0000
commita84d456ce2a543b089a71d638f57d83760959c5a (patch)
treef6897e5f186129c4d36f2ef938cf2ac8e9f86305 /cpukit/ChangeLog
parent2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-a84d456ce2a543b089a71d638f57d83760959c5a.tar.bz2
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_readlink.c: readlink filesystem entry should return ssize_t.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7e76e61ce2..7af0e50d9c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_readlink.c: readlink
+ filesystem entry should return ssize_t.
+
+2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* posix/src/aio_cancel.c: Use perfd field not next_fd.
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>