gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / creat
bloba246c3fb1eba3794e7399ad696226ce79d2831b9
1 Description:
2 creat() function: create a file.
4 Files:
5 lib/creat.c
6 m4/creat.m4
7 m4/open-slash.m4
9 Depends-on:
10 fcntl-h
11 largefile
13 configure.ac:
14 gl_FUNC_CREAT
15 gl_CONDITIONAL([GL_COND_OBJ_CREAT], [test $REPLACE_CREAT = 1])
16 gl_FCNTL_MODULE_INDICATOR([creat])
18 Makefile.am:
19 if GL_COND_OBJ_CREAT
20 lib_SOURCES += creat.c
21 endif
23 Include:
24 <fcntl.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all