posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / open
blob91debfcbb2b28b6c4ad82cd602344ec52db770eb
1 Description:
2 open() function: open a descriptor to a file.
4 Files:
5 lib/open.c
6 m4/open.m4
7 m4/open-cloexec.m4
8 m4/open-slash.m4
9 m4/mode_t.m4
11 Depends-on:
12 fcntl-h
13 largefile
14 cloexec         [test $REPLACE_OPEN = 1]
15 fstat           [test $REPLACE_OPEN = 1]
16 stat            [test $REPLACE_OPEN = 1]
18 configure.ac:
19 gl_FUNC_OPEN
20 if test $REPLACE_OPEN = 1; then
21   AC_LIBOBJ([open])
22   gl_PREREQ_OPEN
24 gl_FCNTL_MODULE_INDICATOR([open])
26 Makefile.am:
28 Include:
29 <fcntl.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 all