mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/signal-h: Renamed from modules/signal. * modules/pthread_sigmask (Depends-on): Update. * modules/raise (Depends-on): Likewise. * modules/sigaction (Depends-on): Likewise. * modules/sigpipe (Depends-on): Likewise. * modules/sigprocmask (Depends-on): Likewise. * modules/sys_select (Depends-on): Likewise. * modules/signal-h-tests: Renamed from modules/signal-tests. (Files, Depends-on, Makefile.am): Update. * tests/test-signal-h.c: Renamed from tests/test-signal.c. * modules/signal-h-c++-tests: Renamed from modules/signal-c++-tests. (Files, Makefile.am): Update. * tests/test-signal-h-c++.cc: Renamed from tests/test-signal-c++.cc. * tests/test-signal-h-c++2.cc: Renamed from tests/test-signal-c++2.cc. * modules/signal: New placeholder file. * MODULES.html.sh (Support for systems lacking POSIX:2008): Update. * doc/posix-headers/signal.texi: Update. * NEWS: Mention the change.
21 lines
390 B
Plaintext
21 lines
390 B
Plaintext
Files:
|
|
tests/test-signal-h-c++.cc
|
|
tests/test-signal-h-c++2.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-signal-h-c++
|
|
check_PROGRAMS += test-signal-h-c++
|
|
test_signal_h_c___SOURCES = test-signal-h-c++.cc test-signal-h-c++2.cc
|
|
test_signal_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_PTHREAD_SIGMASK)
|
|
endif
|