5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strdup.html}
7 Gnulib module: strdup or strdup-posix
9 Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}:
12 This function is missing on some old platforms.
14 This function has no prototype in @code{<string.h>} on some old platforms.
17 Portability problems fixed by Gnulib module @code{strdup-posix}:
20 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
25 Portability problems not fixed by Gnulib: