repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
tls
blob
96192cc4546156a1390368dca60ff8ed287087a2
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
windows-tls [test $gl_threads_api = windows]
12
13
configure.ac:
14
gl_TLS
15
16
Makefile.am:
17
lib_SOURCES += glthread/tls.h glthread/tls.c
18
19
Include:
20
"glthread/tls.h"
21
22
Link:
23
$(LIBTHREAD)
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all