summaryrefslogtreecommitdiff
path: root/modules/pthread-tss
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pthread-tss')
-rw-r--r--modules/pthread-tss31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/pthread-tss b/modules/pthread-tss
new file mode 100644
index 0000000000..f4e2fde008
--- /dev/null
+++ b/modules/pthread-tss
@@ -0,0 +1,31 @@
+Description:
+POSIX thread-specific storage.
+
+Files:
+lib/pthread-tss.c
+m4/pthread-tss.m4
+
+Depends-on:
+pthread-h
+windows-tls [test $gl_threads_api = windows]
+
+configure.ac:
+gl_PTHREAD_TSS
+if test $HAVE_PTHREAD_KEY_CREATE = 0 || test $REPLACE_PTHREAD_KEY_CREATE = 1; then
+ AC_LIBOBJ([pthread-tss])
+fi
+gl_PTHREAD_MODULE_INDICATOR([pthread-tss])
+
+Makefile.am:
+
+Include:
+<pthread.h>
+
+Link:
+$(LIBMULTITHREAD)
+
+License:
+LGPLv2+
+
+Maintainer:
+all