log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / open
blob62c1a05954d27dd42867fde8e15955bb9875ffe8
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/mode_t.m4
10 Depends-on:
11 fcntl-h
12 largefile
13 cloexec         [test $REPLACE_OPEN = 1]
14 fstat           [test $REPLACE_OPEN = 1]
15 stat            [test $REPLACE_OPEN = 1]
17 configure.ac:
18 gl_FUNC_OPEN
19 if test $REPLACE_OPEN = 1; then
20   AC_LIBOBJ([open])
21   gl_PREREQ_OPEN
23 gl_FCNTL_MODULE_INDICATOR([open])
25 Makefile.am:
27 Include:
28 <fcntl.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all