error, verror: Don't call va_end twice.
[gnulib.git] / modules / windows-timedmutex
blob1d74bdf5ef0fb19a4809b85ae7afad97c43fcf47
1 Description:
2 Timed mutexes (native Windows implementation).
4 Files:
5 lib/windows-timedmutex.h
6 lib/windows-timedmutex.c
7 lib/windows-initguard.h
9 Depends-on:
10 errno
11 time-h
12 gettimeofday
14 configure.ac:
15 AC_REQUIRE([AC_CANONICAL_HOST])
16 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_TIMEDMUTEX],
17                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
19 Makefile.am:
20 if GL_COND_OBJ_WINDOWS_TIMEDMUTEX
21 lib_SOURCES += windows-timedmutex.c
22 endif
24 Include:
25 "windows-timedmutex.h"
27 License:
28 LGPLv2+
30 Maintainer:
31 all