posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pthread-tss
blobab95d08a1b38a6f511642bc1b810891141d5b72f
1 Description:
2 POSIX thread-specific storage.
4 Files:
5 lib/pthread-tss.c
6 m4/pthread-tss.m4
8 Depends-on:
9 pthread-h
10 windows-tls     [test $gl_threads_api = windows]
12 configure.ac:
13 gl_PTHREAD_TSS
14 if test $HAVE_PTHREAD_KEY_CREATE = 0 || test $REPLACE_PTHREAD_KEY_CREATE = 1; then
15   AC_LIBOBJ([pthread-tss])
17 gl_PTHREAD_MODULE_INDICATOR([pthread-tss])
19 Makefile.am:
21 Include:
22 <pthread.h>
24 Link:
25 $(LIBPMULTITHREAD)
27 License:
28 LGPLv2+
30 Maintainer:
31 all