repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
cnd
blob
6870479613f050fbc1d57844b280d1bde231e701
1
Description:
2
ISO C 11 condition variable functions.
3
4
Files:
5
lib/cnd.c
6
7
Depends-on:
8
threads-h
9
windows-cond
10
gettimeofday
11
12
configure.ac:
13
AC_REQUIRE([gl_THREADS_H])
14
if test $HAVE_THREADS_H = 0; then
15
AC_LIBOBJ([cnd])
16
fi
17
gl_THREADS_MODULE_INDICATOR([cnd])
18
19
Makefile.am:
20
21
Include:
22
<threads.h>
23
24
Link:
25
$(LIBSTDTHREAD)
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all