changeset 34329:780ea48e940a

mkstemp: More documentation. * doc/posix-functions/mkstemp.texi: Document header file problem on MacOS X.
author Bruno Haible <bruno@clisp.org>
date Thu, 28 Apr 2011 00:05:08 +0200
parents 9947e3aabf0b
children c8f679e8e0c4
files ChangeLog doc/posix-functions/mkstemp.texi
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 27 23:42:27 2011 +0200
+++ b/ChangeLog	Thu Apr 28 00:05:08 2011 +0200
@@ -1,3 +1,9 @@
+2011-04-27  Bruno Haible  <bruno@clisp.org>
+
+	mkstemp: More documentation.
+	* doc/posix-functions/mkstemp.texi: Document header file problem on
+	MacOS X.
+
 2011-04-27  Bruno Haible  <bruno@clisp.org>
 
 	mkstemp: Tweak configure message when cross-compiling.
--- a/doc/posix-functions/mkstemp.texi	Wed Apr 27 23:42:27 2011 +0200
+++ b/doc/posix-functions/mkstemp.texi	Thu Apr 28 00:05:08 2011 +0200
@@ -12,6 +12,10 @@
 This function is missing on some platforms:
 mingw.
 @item
+This function is declared in @code{<unistd.h>} instead of @code{<stdlib.h>}
+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.