summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-01-31 00:39:07 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-01-31 00:39:07 +0000
commitc730e0e7caa61c53e211c2eefa2afe1e31510714 (patch)
tree66121fe2bec5fa8ce83d1bfb0fe286cdb4d0ce45 /newlib/ChangeLog
parent2892ec68008eb6d7578e314d3543c9e2905c4cfb (diff)
downloadcygnal-c730e0e7caa61c53e211c2eefa2afe1e31510714.tar.gz
cygnal-c730e0e7caa61c53e211c2eefa2afe1e31510714.tar.bz2
cygnal-c730e0e7caa61c53e211c2eefa2afe1e31510714.zip
2004-01-30 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/fwalk.c (_fwalk.c): Don't traverse the file chain on the passed in reentrancy struct if it is _GLOBAL_REENT.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e84ad886b..66faeada8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-30 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/stdio/fwalk.c (_fwalk.c): Don't traverse the
+ file chain on the passed in reentrancy struct if it
+ is _GLOBAL_REENT.
+
2004-01-30 Artem B. Bityuckiy <abitytsky@softminecorp.com>
Jeff Johnston <jjohnstn@redhat.com>