Hash :
a4e3a1d3
Author :
Date :
2011-04-28T00:06:48
mkstemps: Ensure declaration on MacOS X 10.5. * lib/stdlib.in.h: Include <unistd.h> when mkstemps is requested. * doc/glibc-functions/mkstemps.texi: Document header file problem on MacOS X.
@node mkstemps
@subsection @code{mkstemps}
@findex mkstemps
Gnulib module: mkstemps
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on many non-glibc platforms:
glibc 2.10, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin
1.5.x, mingw, Interix 3.5, BeOS.
@item
This function is declared in @code{<unistd.h>} instead of @code{<stdlib.h>}
on some platforms:
MacOS X 10.5.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize
The gnulib module @code{clean-temp} can create temporary files that will not
be left behind after signals such as SIGINT.