open, chown: relax license
[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 stat
12
13 configure.ac:
14 gl_FUNC_OPEN
15 gl_FCNTL_MODULE_INDICATOR([open])
16
17 Makefile.am:
18
19 Include:
20 <fcntl.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible
27