From: Bruno Haible Date: Wed, 27 Apr 2011 22:05:08 +0000 (+0200) Subject: mkstemp: More documentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57376fc224a9a5d9a30938cb9b53231d4eeaafc;p=pspp mkstemp: More documentation. * doc/posix-functions/mkstemp.texi: Document header file problem on MacOS X. --- diff --git a/ChangeLog b/ChangeLog index a57d1dae82..da9c637ec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-27 Bruno Haible + + mkstemp: More documentation. + * doc/posix-functions/mkstemp.texi: Document header file problem on + MacOS X. + 2011-04-27 Bruno Haible mkstemp: Tweak configure message when cross-compiling. diff --git a/doc/posix-functions/mkstemp.texi b/doc/posix-functions/mkstemp.texi index 60e83e99f7..ebe8c50c8b 100644 --- a/doc/posix-functions/mkstemp.texi +++ b/doc/posix-functions/mkstemp.texi @@ -12,6 +12,10 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: mingw. @item +This function is declared in @code{} instead of @code{} +on some platforms: +MacOS X 10.3. +@item On some platforms (HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a silly limit that it can create no more than 26 files from a given template. On OSF/1 4.0f, it can create only 32 files per process.