projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ea0f5ae57cfe4c6e57599e200a68491097eb5548
[pspp]
/
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 [test $REPLACE_OPEN = 1]
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