mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/sys_ioctl-h: Renamed from modules/sys_ioctl. * modules/sys_ioctl-h-tests: Renamed from modules/sys_ioctl-tests. * modules/sys_ioctl-h-c++-tests: Renamed from modules/sys_ioctl-c++-tests. * tests/test-sys_ioctl-h.c: Renamed from tests/test-sys_ioctl.c. * tests/test-sys_ioctl-h-c++.cc: Renamed from tests/test-sys_ioctl-c++.cc. * doc/glibc-headers/sys_ioctl.texi: Update. * modules/* (Depends-on): Update. * modules/sys_ioctl: New file.
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
Files:
|
|
tests/test-sys_ioctl-h-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-sys_ioctl-h-c++
|
|
check_PROGRAMS += test-sys_ioctl-h-c++
|
|
test_sys_ioctl_h_c___SOURCES = test-sys_ioctl-h-c++.cc
|
|
test_sys_ioctl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN)
|
|
endif
|