repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
open
blob
91debfcbb2b28b6c4ad82cd602344ec52db770eb
1
Description:
2
open() function: open a descriptor to a file.
3
4
Files:
5
lib/open.c
6
m4/open.m4
7
m4/open-cloexec.m4
8
m4/open-slash.m4
9
m4/mode_t.m4
10
11
Depends-on:
12
fcntl-h
13
largefile
14
cloexec [test $REPLACE_OPEN = 1]
15
fstat [test $REPLACE_OPEN = 1]
16
stat [test $REPLACE_OPEN = 1]
17
18
configure.ac:
19
gl_FUNC_OPEN
20
if test $REPLACE_OPEN = 1; then
21
AC_LIBOBJ([open])
22
gl_PREREQ_OPEN
23
fi
24
gl_FCNTL_MODULE_INDICATOR([open])
25
26
Makefile.am:
27
28
Include:
29
<fcntl.h>
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
all