view modules/open @ 30232:93e5702f1344

strengthen self-containedness check for sys/select.h 2008-09-29 Paolo Bonzini <bonzini@gnu.org> Bruno Haible <bruno@clisp.org> * lib/sys_select.in.h: Include sys/time.h. * m4/sys_select.h.m4: Test that struct timeval is fully defined. * modules/sys_select: Depend on sys_time. * tests/test-sys_select.c: Test that sys/select.h defines struct timeval fully.
author Paolo Bonzini <bonzini@gnu.org>
date Mon, 29 Sep 2008 12:02:35 +0200
parents 79aa59d410c8
children 35f0931dc243
line wrap: on
line source

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

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

Depends-on:
fcntl

configure.ac:
gl_FUNC_OPEN
gl_MODULE_INDICATOR([open])
gl_FCNTL_MODULE_INDICATOR([open])

Makefile.am:

Include:
<fcntl.h>

License:
LGPL

Maintainer:
Bruno Haible