31 lines
372 B
Plaintext
31 lines
372 B
Plaintext
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
|