Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-02-07 14:36:04 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-02-07 14:36:04 +0300
commitc3099d3d42d50034a4c868857b160b5a9b8b0874 (patch)
tree6fd44823bf42e9f2fd6a6e4e3a4121cdbf80f220 /newlib
parent050d09e8731fcb1173f49b14263b3455cbdaf4b9 (diff)
Fix path in ChangeLog entry
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7468c7e24..8d500a371 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -3,7 +3,7 @@
* libc/stdio/fclose.c: Only use sfp lock to guard non-atomic
changes of flags and fp lock.
* libc/stdio/freopen.c: Ditto.
- * libc/stdio/freopen64.c: Ditto.
+ * libc/stdio64/freopen64.c: Ditto.
* libc/stdio/fgetc.c: Revert change from 2009-04-24, remove sfp locks
which guard entire function to avoid potential deadlocks when using
stdio functions in multiple thraeds.