creat
POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/functions/creat.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
O_TEXT mode. If you
need a file handle in O_BINARY mode, you need to use the function
open instead.
off_t is a 32-bit type, creat may not work
correctly to create files larger than 2 GB. The fix is to use the
AC_SYS_LARGEFILE macro.