gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / tls
blob96192cc4546156a1390368dca60ff8ed287087a2
1 Description:
2 Thread-local storage in multithreaded situations.
4 Files:
5 lib/glthread/tls.h
6 lib/glthread/tls.c
7 m4/tls.m4
9 Depends-on:
10 threadlib
11 windows-tls     [test $gl_threads_api = windows]
13 configure.ac:
14 gl_TLS
16 Makefile.am:
17 lib_SOURCES += glthread/tls.h glthread/tls.c
19 Include:
20 "glthread/tls.h"
22 Link:
23 $(LIBTHREAD)
25 License:
26 LGPLv2+
28 Maintainer:
29 all