summaryrefslogtreecommitdiff
path: root/gnulib/modules/tls
blob: a2a4664e3c97ae313b6ea47080beb2fd483b1215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Thread-local storage in multithreaded situations.

Files:
lib/glthread/tls.h
lib/glthread/tls.c
m4/tls.m4

Depends-on:
threadlib

configure.ac:
gl_TLS

Makefile.am:
lib_SOURCES += glthread/tls.h glthread/tls.c

Include:
"glthread/tls.h"

Link:
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise

License:
LGPLv2+

Maintainer:
Bruno Haible