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-timedmutex
blob
b7570643a41805a94dbd98b7b31265a3cd01b5fd
1
Description:
2
Timed mutexes (native Windows implementation).
3
4
Files:
5
lib/windows-timedmutex.h
6
lib/windows-timedmutex.c
7
lib/windows-initguard.h
8
9
Depends-on:
10
errno
11
time
12
gettimeofday
13
14
configure.ac:
15
AC_REQUIRE([AC_CANONICAL_HOST])
16
case "$host_os" in
17
mingw*)
18
AC_LIBOBJ([windows-timedmutex])
19
;;
20
esac
21
22
Makefile.am:
23
24
Include:
25
"windows-timedmutex.h"
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all