diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index c78d5ca3c..9b667707c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,12 @@ +2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de> + + * libc/stdio/local.h (_STDIO_WITH_THREAD_CANCELLATION_SUPPORT): + New define. + * libc/stdio/fclose.c: Use + _STDIO_WITH_THREAD_CANCELLATION_SUPPORT. + * libc/stdio/freopen.c: Likewise. + * libc/stdio64/freopen64.c: Likewise. + 2013-03-15 Sebastian Huber <sebastian.huber@embedded-brains.de> * newlib/libc/stdio/findfp.c (glue_with_file): New. |