havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / creat
blobd95d6ba457d1aac652aa6192fbf986fedd0ea24c
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 if test $REPLACE_CREAT = 1; then
16   AC_LIBOBJ([creat])
18 gl_FCNTL_MODULE_INDICATOR([creat])
20 Makefile.am:
22 Include:
23 <fcntl.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all