doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / tss
blobefd95b0f155f1ebee5571122446c5fd64d5bbb18
1 Description:
2 ISO C 11 thread-specific storage functions.
4 Files:
5 lib/tss.c
6 m4/tss.m4
8 Depends-on:
9 threads-h
10 windows-tls
12 configure.ac:
13 AC_REQUIRE([gl_THREADS_H])
14 gl_FUNC_TSS_CREATE
15 gl_CONDITIONAL([GL_COND_OBJ_TSS],
16                [test $HAVE_THREADS_H = 0 || test $REPLACE_TSS_CREATE = 1])
17 gl_THREADS_MODULE_INDICATOR([tss])
19 Makefile.am:
20 if GL_COND_OBJ_TSS
21 lib_SOURCES += tss.c
22 endif
24 Include:
25 <threads.h>
27 Link:
28 $(LIBSTDTHREAD)
30 License:
31 LGPLv2+
33 Maintainer:
34 all