mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-16 22:42:07 +03:00
* m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Don't define USE_UNLOCKED_IO here. * modules/unlocked-io-internal: New file, based on modules/unlocked-io. * modules/unlocked-io (Description): Clarify. (Files, Depends-on): Just use the unlocked-io-internal module. (configure.ac): Define GNULIB_STDIO_SINGLE_THREAD and USE_UNLOCKED_IO here. * doc/multithread.texi: Clarify when the 'unlocked-io' module can be used.
25 lines
290 B
Plaintext
25 lines
290 B
Plaintext
Description:
|
|
Allow use of faster, non-thread-safe stdio functions if available,
|
|
in specific modules.
|
|
|
|
Files:
|
|
lib/unlocked-io.h
|
|
m4/unlocked-io.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_FUNC_GLIBC_UNLOCKED_IO
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"unlocked-io.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|