wctype-h: Fix last change.
[gnulib.git] / modules / cond
1 Description:
2 Condition variables for multithreading.
3
4 Files:
5 lib/glthread/cond.h
6 lib/glthread/cond.c
7 m4/cond.m4
8
9 Depends-on:
10 threadlib
11 lock
12 errno
13 stdbool
14 time
15 gettimeofday
16
17 configure.ac:
18 gl_COND
19
20 Makefile.am:
21 lib_SOURCES += glthread/cond.h glthread/cond.c
22
23 Include:
24 "glthread/cond.h"
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Yoann Vandoorselaere
31