mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00193.html>. * modules/bool: Renamed from modules/stdbool-h. * modules/bool-tests: Renamed from modules/stdbool-h-tests. * modules/bool-c++-tests: Renamed from modules/stdbool-h-c++-tests. * tests/test-bool.c: Renamed from tests/test-stdbool-h.c. * tests/test-bool-c++.cc: Renamed from tests/test-stdbool-h-c++.cc. * tests/test-bool-c++2.cc: Renamed from tests/test-stdbool-h-c++2.cc. * modules/stdbool-h-c99-tests: Update. * modules/stdbool-h-c99-c++-tests: Update. * tests/test-stdbool-h-c99.c: Update. * tests/test-stdbool-h-c99-c++.cc: Update. * doc/posix-headers/stdbool.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdbool: Update.
35 lines
407 B
Plaintext
35 lines
407 B
Plaintext
Description:
|
|
Condition variables for multithreading.
|
|
|
|
Files:
|
|
lib/glthread/cond.h
|
|
lib/glthread/cond.c
|
|
m4/cond.m4
|
|
|
|
Depends-on:
|
|
threadlib
|
|
lock
|
|
errno-h
|
|
extern-inline
|
|
bool
|
|
time-h
|
|
windows-cond [test $gl_threads_api = windows]
|
|
|
|
configure.ac:
|
|
gl_COND
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += glthread/cond.h glthread/cond.c
|
|
|
|
Include:
|
|
"glthread/cond.h"
|
|
|
|
Link:
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|