unictype/scripts: Fix integer overflow in generated table.
[gnulib.git] / modules / thread
bloba16a2697009b100e1d5d328ffe10fc75f3fb9176
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 stdint
12 extern-inline
13 windows-thread  [test $gl_threads_api = windows]
14 pthread_sigmask [test $gl_threads_api = posix]
16 configure.ac:
17 gl_THREAD
19 Makefile.am:
20 lib_SOURCES += glthread/thread.h glthread/thread.c
22 Include:
23 "glthread/thread.h"
25 Link:
26 $(LIBMULTITHREAD)
28 License:
29 LGPLv2+
31 Maintainer:
32 Yoann Vandoorselaere