mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
Files:
|
|
tests/test-call_once1.c
|
|
tests/test-call_once2.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
thrd
|
|
lock
|
|
mtx
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-call_once1 test-call_once2
|
|
check_PROGRAMS += test-call_once1 test-call_once2
|
|
test_call_once1_LDADD = $(LDADD) @LIBSTDTHREAD@
|
|
test_call_once2_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@
|