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
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
pthread-tss
blob
ab95d08a1b38a6f511642bc1b810891141d5b72f
1
Description:
2
POSIX thread-specific storage.
3
4
Files:
5
lib/pthread-tss.c
6
m4/pthread-tss.m4
7
8
Depends-on:
9
pthread-h
10
windows-tls [test $gl_threads_api = windows]
11
12
configure.ac:
13
gl_PTHREAD_TSS
14
if test $HAVE_PTHREAD_KEY_CREATE = 0 || test $REPLACE_PTHREAD_KEY_CREATE = 1; then
15
AC_LIBOBJ([pthread-tss])
16
fi
17
gl_PTHREAD_MODULE_INDICATOR([pthread-tss])
18
19
Makefile.am:
20
21
Include:
22
<pthread.h>
23
24
Link:
25
$(LIBPMULTITHREAD)
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all