summaryrefslogtreecommitdiff
path: root/modules/unlocked-io-internal
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unlocked-io-internal')
-rw-r--r--modules/unlocked-io-internal24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/unlocked-io-internal b/modules/unlocked-io-internal
new file mode 100644
index 0000000000..b78944cc9f
--- /dev/null
+++ b/modules/unlocked-io-internal
@@ -0,0 +1,24 @@
+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