summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2012-03-02 16:02:04 +0000
committerJeff Johnston <jjohnstn@redhat.com>2012-03-02 16:02:04 +0000
commit52cbb05cfb0556653faa1f4e06a5ede5c80b2c81 (patch)
tree6487b9f058c0bb75ffc6b360918d18cdf6ee5647 /newlib/ChangeLog
parent2e398e84376c5a238a1b5dd0a9669ff289259064 (diff)
downloadcygnal-52cbb05cfb0556653faa1f4e06a5ede5c80b2c81.tar.gz
cygnal-52cbb05cfb0556653faa1f4e06a5ede5c80b2c81.tar.bz2
cygnal-52cbb05cfb0556653faa1f4e06a5ede5c80b2c81.zip
2012-03-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/posix/readdir_r.c: Fix return code when end of directory is reached.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e16fe1273..a6292f4bf 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-02 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/posix/readdir_r.c: Fix return code when end of
+ directory is reached.
+
2012-02-23 Dan Egnor <egnor@ofb.net>
* configure.host: Accept "arm*" host spec instead of just "arm".