summaryrefslogtreecommitdiff
path: root/modules/creat
blob: a246c3fb1eba3794e7399ad696226ce79d2831b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
creat() function: create a file.

Files:
lib/creat.c
m4/creat.m4
m4/open-slash.m4

Depends-on:
fcntl-h
largefile

configure.ac:
gl_FUNC_CREAT
gl_CONDITIONAL([GL_COND_OBJ_CREAT], [test $REPLACE_CREAT = 1])
gl_FCNTL_MODULE_INDICATOR([creat])

Makefile.am:
if GL_COND_OBJ_CREAT
lib_SOURCES += creat.c
endif

Include:
<fcntl.h>

License:
LGPLv2+

Maintainer:
all