fcntl-h: rename from fcntl, in preparation for fcntl(2)
[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
12 configure.ac:
13 gl_FUNC_OPEN
14 gl_MODULE_INDICATOR([open])
15 gl_FCNTL_MODULE_INDICATOR([open])
16
17 Makefile.am:
18
19 Include:
20 <fcntl.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27