Branch
Hash :
e1280386
Author :
Date :
2024-12-27T23:14:03
Rename module errno to errno-h. * modules/errno-h: Renamed from modules/errno. * modules/errno-h-tests: Renamed from modules/errno-tests. * modules/errno-h-c++-tests: Renamed from modules/errno-c++-tests. * tests/test-errno-h.c: Renamed from tests/test-errno.c. * tests/test-errno-h-c++.cc: Renamed from tests/test-errno-c++.cc. * tests/test-errno-h-c++2.cc: Renamed from tests/test-errno-c++2.cc. * doc/posix-headers/errno.texi: Update. * modules/* (Depends-on): Update. * modules/errno: New file.
Description:
Timed recursive mutexes (native Windows implementation).
Files:
lib/windows-timedrecmutex.h
lib/windows-timedrecmutex.c
lib/windows-initguard.h
Depends-on:
errno-h
time-h
gettimeofday
configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_TIMEDRECMUTEX],
[case "$host_os" in mingw* | windows*) true;; *) false;; esac])
Makefile.am:
if GL_COND_OBJ_WINDOWS_TIMEDRECMUTEX
lib_SOURCES += windows-timedrecmutex.c
endif
Include:
"windows-timedrecmutex.h"
License:
LGPLv2+
Maintainer:
all