ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / thread
blobb4e9d78d61b26f29104dfcf974a4a810f1a9f7e1
1 Description:
2 Creating and controlling threads.
4 Files:
5 lib/glthread/thread.h
6 lib/glthread/thread.c
7 m4/thread.m4
9 Depends-on:
10 threadlib
11 extern-inline
12 lock
13 pthread_sigmask [test $gl_threads_api = posix]
15 configure.ac:
16 gl_THREAD
18 Makefile.am:
19 lib_SOURCES += glthread/thread.h glthread/thread.c
21 Include:
22 "glthread/thread.h"
24 Link:
25 $(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
27 License:
28 LGPLv2+
30 Maintainer:
31 Yoann Vandoorselaere