1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-16 22:42:07 +03:00
Files
gnulib/modules/unlocked-io-internal
Bruno Haible 212f0b69ab unlocked-io-internal: New module.
* 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.
2021-03-07 11:01:52 +01:00

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