+2007-05-13 Bruno Haible <bruno@clisp.org>
+
+ * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
+ when used in C++ mode.
+
+2007-05-12 Bruno Haible <bruno@clisp.org>
+
+ * lib/linebuffer.h: Tweak doc.
+ * lib/linebuffer.c: Likewise.
+
2007-05-12 James Youngman <jay@gnu.org>
* lib/linebuffer.c (readlinebuffer_delim): New function,
they are replaced with a string that makes the directory name unique.
Returns TEMPLATE, or a null pointer if it cannot get a unique name.
The directory is created mode 700. */
-extern char * mkdtemp (char *template);
+extern char * mkdtemp (char * /*template*/);
# endif
#elif defined GNULIB_POSIXCHECK
# undef mkdtemp
Returns the open file descriptor if successful, otherwise -1 and errno
set. */
# define mkstemp rpl_mkstemp
-extern int mkstemp (char *template);
+extern int mkstemp (char * /*template*/);
# else
/* On MacOS X 10.3, only <unistd.h> declares mkstemp. */
# include <unistd.h>