From: Bruno Haible Date: Mon, 28 Apr 2008 09:24:51 +0000 (+0200) Subject: Mention a problem on mingw. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c08b54301dff7bfc0c091f7888227ecf1f02223e;p=pspp Mention a problem on mingw. --- diff --git a/ChangeLog b/ChangeLog index 5be5a26462..c0163e815f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-28 Bruno Haible + + * doc/posix-functions/strdup.texi: Mention mingw problem. + 2008-04-27 Bruno Haible * modules/stat-time-tests (Depends-on): Add sleep. diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index dc65531c31..4f30f45231 100644 --- a/doc/posix-functions/strdup.texi +++ b/doc/posix-functions/strdup.texi @@ -16,4 +16,8 @@ This function has no prototype in @code{} on some old platforms. Portability problems not fixed by Gnulib: @itemize +@item +Upon failure, the function does not set @code{errno} to @code{ENOMEM} on +some platforms: +mingw. @end itemize