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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
creat
blob
d95d6ba457d1aac652aa6192fbf986fedd0ea24c
1
Description:
2
creat() function: create a file.
3
4
Files:
5
lib/creat.c
6
m4/creat.m4
7
m4/open-slash.m4
8
9
Depends-on:
10
fcntl-h
11
largefile
12
13
configure.ac:
14
gl_FUNC_CREAT
15
if test $REPLACE_CREAT = 1; then
16
AC_LIBOBJ([creat])
17
fi
18
gl_FCNTL_MODULE_INDICATOR([creat])
19
20
Makefile.am:
21
22
Include:
23
<fcntl.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all