verify: new macro 'assume'
[gnulib.git] / modules / tls
1 Description:
2 Thread-local storage in multithreaded situations.
3
4 Files:
5 lib/glthread/tls.h
6 lib/glthread/tls.c
7 m4/tls.m4
8
9 Depends-on:
10 threadlib
11
12 configure.ac:
13 gl_TLS
14
15 Makefile.am:
16 lib_SOURCES += glthread/tls.h glthread/tls.c
17
18 Include:
19 "glthread/tls.h"
20
21 Link:
22 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29