view modules/open @ 33234:c91a50438dec

open, chown: relax license * modules/open (License): Change to LGPLv2+, with consent by all authors, for use in augeas. * modules/chown (License): Likewise. * modules/lchown (Likewise): Likewise. Requested by Adam Stokes. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Tue, 10 Aug 2010 09:32:13 -0600
parents 26c25bd214ed
children efab6978105e
line wrap: on
line source

Description:
open() function: open a descriptor to a file.

Files:
lib/open.c
m4/open.m4
m4/mode_t.m4

Depends-on:
fcntl-h
stat

configure.ac:
gl_FUNC_OPEN
gl_FCNTL_MODULE_INDICATOR([open])

Makefile.am:

Include:
<fcntl.h>

License:
LGPLv2+

Maintainer:
Bruno Haible