avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / strdup.texi
1 @node strdup
2 @section @code{strdup}
3 @findex strdup
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strdup.html}
6
7 Gnulib module: strdup or strdup-posix
8
9 Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @item
14 This function has no prototype in @code{<string.h>} on some old platforms.
15 @end itemize
16
17 Portability problems fixed by Gnulib module @code{strdup-posix}:
18 @itemize
19 @item
20 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
21 some platforms:
22 mingw.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize