doc: Update for glibc 2.40.
[gnulib.git] / modules / windows-thread
blobff10c396dccf1cf967b2facfec671d54b3036531
1 Description:
2 Creating and controlling threads (native Windows implementation).
4 Files:
5 lib/windows-thread.h
6 lib/windows-thread.c
8 Depends-on:
9 windows-once
10 windows-tls
12 configure.ac:
13 AC_REQUIRE([AC_CANONICAL_HOST])
14 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_THREAD],
15                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
17 Makefile.am:
18 if GL_COND_OBJ_WINDOWS_THREAD
19 lib_SOURCES += windows-thread.c
20 endif
22 Include:
23 "windows-thread.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 all