From c08b54301dff7bfc0c091f7888227ecf1f02223e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 28 Apr 2008 11:24:51 +0200 Subject: [PATCH] Mention a problem on mingw. --- ChangeLog | 4 ++++ doc/posix-functions/strdup.texi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5be5a2646..c0163e815 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 dc65531c3..4f30f4523 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 -- 2.11.0