Fix Changelog typo.
[gnulib.git] / modules / pthread-tss
blobf830253cf4c8dc9d5dfcc82de9417692ba041a66
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 gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_TSS],
15                [test $HAVE_PTHREAD_KEY_CREATE = 0 || test $REPLACE_PTHREAD_KEY_CREATE = 1])
16 gl_PTHREAD_MODULE_INDICATOR([pthread-tss])
18 Makefile.am:
19 if GL_COND_OBJ_PTHREAD_TSS
20 lib_SOURCES += pthread-tss.c
21 endif
23 Include:
24 <pthread.h>
26 Link:
27 $(LIBPMULTITHREAD)
29 License:
30 LGPLv2+
32 Maintainer:
33 all