xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / thread
blob026e4392d9d3a15fcc3c2bae8a972123105eed80
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
14 configure.ac:
15 gl_THREAD
17 Makefile.am:
18 lib_SOURCES += glthread/thread.h glthread/thread.c
20 Include:
21 "glthread/thread.h"
23 Link:
24 $(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
26 License:
27 LGPLv2+
29 Maintainer:
30 Yoann Vandoorselaere