mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/fcntl-safer-tests (Depends-on): Add mkfifo. (configure.ac) Check for alarm decl. * tests/test-fcntl-safer.c: Include sys/stat.h, for mkfifo. [HAVE_DECL_ALARM]: Include signal.h, for alarm.
18 lines
223 B
Plaintext
18 lines
223 B
Plaintext
Files:
|
|
tests/test-open.h
|
|
tests/test-fcntl-safer.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
bool
|
|
fcntl
|
|
mkfifo
|
|
symlink
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-fcntl-safer
|
|
check_PROGRAMS += test-fcntl-safer
|