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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
windows-cond
blob
306d7add2ccd35f9651ec53a1a7b337d4369cbfb
1
Description:
2
Condition variables (native Windows implementation).
3
4
Files:
5
lib/windows-cond.h
6
lib/windows-cond.c
7
lib/windows-initguard.h
8
9
Depends-on:
10
stdbool
11
errno
12
time
13
gettimeofday
14
15
configure.ac:
16
AC_REQUIRE([AC_CANONICAL_HOST])
17
case "$host_os" in
18
mingw*)
19
AC_LIBOBJ([windows-cond])
20
;;
21
esac
22
23
Makefile.am:
24
25
Include:
26
"windows-cond.h"
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all