mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
274 B
Plaintext
27 lines
274 B
Plaintext
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
|
|
|