]> sourceware.org Git - newlib-cygwin.git/commit
* libc/include/stdio.h (__SNLK): Define.
authorYaakov Selkowitz <yselkowi@redhat.com>
Mon, 15 Dec 2014 18:22:56 +0000 (18:22 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Mon, 15 Dec 2014 18:22:56 +0000 (18:22 +0000)
commit6485fc66f2fada39e681ad316352f60a17ac1367
treeff01497d054390325e76ac7adb0307279a4bf9e1
parentf5ce72dffc738d43213e566d8ae082d7428f8be9
* 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.
newlib/ChangeLog
newlib/libc/include/stdio.h
newlib/libc/include/stdio_ext.h
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in
newlib/libc/stdio/fsetlocking.c [new file with mode: 0644]
newlib/libc/stdio/local.h
newlib/libc/stdio/stdio.tex
This page took 0.030824 seconds and 5 git commands to generate.