1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/fcntl-safer-tests
Paul Eggert 0a12fa9db0 fcntl-safer-tests: also update this for fifos
* 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.
2025-05-28 12:32:30 -07:00

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