From e57376fc224a9a5d9a30938cb9b53231d4eeaafc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 28 Apr 2011 00:05:08 +0200 Subject: [PATCH] mkstemp: More documentation. * doc/posix-functions/mkstemp.texi: Document header file problem on MacOS X. --- ChangeLog | 6 ++++++ doc/posix-functions/mkstemp.texi | 4 ++++ 2 files changed, 10 insertions(+) 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. -- 2.30.2