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
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2014-12-15 21:22:56 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2014-12-15 21:22:56 +0300
commit6485fc66f2fada39e681ad316352f60a17ac1367 (patch)
treeff01497d054390325e76ac7adb0307279a4bf9e1 /newlib/ChangeLog
parentf5ce72dffc738d43213e566d8ae082d7428f8be9 (diff)
* libc/include/stdio.h (__SNLK): Define.
* libc/include/stdio_ext.h (FSETLOCKING_QUERY, FSETLOCKING_INTERNAL, FSETLOCKING_BYCALLER): Define. (__fsetlocking): Declare. * libc/stdio/Makefile.am: Build fsetlocking.c. * libc/stdio/Makefile.in: Regenerate. * libc/stdio/fsetlocking.c: New file. * libc/stdio/local.h (_newlib_flockfile_start): Make _flockfile call dependent on __SNLK flag. (_newlib_flockfile_exit, _newlib_flockfile_end): Ditto for _funlockfile calls. Define all locking macros as empty if __SINGLE_THREAD__. * libc/stdio/stdio.tex: Include fsetlocking.def.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 526a66de2..e092d1f62 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,19 @@
+2014-12-15 Yaakov Selkowitz <yselkowi@redhat.com>
+
+ * libc/include/stdio.h (__SNLK): Define.
+ * libc/include/stdio_ext.h (FSETLOCKING_QUERY, FSETLOCKING_INTERNAL,
+ FSETLOCKING_BYCALLER): Define.
+ (__fsetlocking): Declare.
+ * libc/stdio/Makefile.am: Build fsetlocking.c.
+ * libc/stdio/Makefile.in: Regenerate.
+ * libc/stdio/fsetlocking.c: New file.
+ * libc/stdio/local.h (_newlib_flockfile_start): Make _flockfile
+ call dependent on __SNLK flag.
+ (_newlib_flockfile_exit, _newlib_flockfile_end): Ditto for
+ _funlockfile calls.
+ Define all locking macros as empty if __SINGLE_THREAD__.
+ * libc/stdio/stdio.tex: Include fsetlocking.def.
+
2014-12-15 Nick Hung <nick@andestech.com>
* newlib/libc/include/machine/setjmp.h: Add FPU support.