maint: fts: give __opendir2 a new parameter and rename
[gnulib.git] / modules / open
1 Description:
2 open() function: open a descriptor to a file.
3
4 Files:
5 lib/open.c
6 m4/open.m4
7 m4/mode_t.m4
8
9 Depends-on:
10 fcntl-h
11 largefile
12 stat            [test $REPLACE_OPEN = 1]
13
14 configure.ac:
15 gl_FUNC_OPEN
16 if test $REPLACE_OPEN = 1; then
17   AC_LIBOBJ([open])
18   gl_PREREQ_OPEN
19 fi
20 gl_FCNTL_MODULE_INDICATOR([open])
21
22 Makefile.am:
23
24 Include:
25 <fcntl.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible
32