X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrdup.texi;h=dba13dfbe86b5572a7672e9fc2415a53b203b867;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=dc65531c31fa2e29b8f01328a968c37b1ccdce56;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index dc65531c3..dba13dfbe 100644 --- a/doc/posix-functions/strdup.texi +++ b/doc/posix-functions/strdup.texi @@ -2,11 +2,11 @@ @section @code{strdup} @findex strdup -POSIX specification: @url{http://www.opengroup.org/susv3xsh/strdup.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strdup.html} -Gnulib module: strdup +Gnulib module: strdup or strdup-posix -Portability problems fixed by Gnulib: +Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}: @itemize @item This function is missing on some old platforms. @@ -14,6 +14,14 @@ This function is missing on some old platforms. This function has no prototype in @code{} on some old platforms. @end itemize +Portability problems fixed by Gnulib module @code{strdup-posix}: +@itemize +@item +Upon failure, the function does not set @code{errno} to @code{ENOMEM} on +some platforms: +mingw. +@end itemize + Portability problems not fixed by Gnulib: @itemize @end itemize