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-timedrecmutex
blob
7d57310f382ea2f0bf06fdf3ad0014faf8ac42d0
1
Description:
2
Timed recursive mutexes (native Windows implementation).
3
4
Files:
5
lib/windows-timedrecmutex.h
6
lib/windows-timedrecmutex.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-timedrecmutex])
19
;;
20
esac
21
22
Makefile.am:
23
24
Include:
25
"windows-timedrecmutex.h"
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all