glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / open
blob515170fc3fd10d209b46df9e401962157d502aff
1 Description:
2 open() function: open a descriptor to a file.
4 Files:
5 lib/open.c
6 m4/open.m4
7 m4/mode_t.m4
9 Depends-on:
10 fcntl-h
11 largefile
12 fstat           [test $REPLACE_OPEN = 1]
13 stat            [test $REPLACE_OPEN = 1]
15 configure.ac:
16 gl_FUNC_OPEN
17 if test $REPLACE_OPEN = 1; then
18   AC_LIBOBJ([open])
19   gl_PREREQ_OPEN
21 gl_FCNTL_MODULE_INDICATOR([open])
23 Makefile.am:
25 Include:
26 <fcntl.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all