From c3099d3d42d50034a4c868857b160b5a9b8b0874 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 7 Feb 2011 11:36:04 +0000 Subject: [PATCH] Fix path in ChangeLog entry --- newlib/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.