mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
242 B
Plaintext
27 lines
242 B
Plaintext
Description:
|
|
Thread-local storage in multithreaded situations.
|
|
|
|
Files:
|
|
lib/tls.h
|
|
lib/tls.c
|
|
m4/tls.m4
|
|
|
|
Depends-on:
|
|
lock
|
|
|
|
configure.ac:
|
|
gl_TLS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += tls.h tls.c
|
|
|
|
Include:
|
|
"tls.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|