X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwmemcpy.texi;h=26f2822c80ddbe93e2ef16963fb8edd001c78c6f;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=8e548c17f56ccadde4530b1371c79b798a5b6822;hpb=fd9f58dc85f6a45cd244c78a54ad4610c01dbb15;p=gnulib.git diff --git a/doc/posix-functions/wmemcpy.texi b/doc/posix-functions/wmemcpy.texi index 8e548c17f..26f2822c8 100644 --- a/doc/posix-functions/wmemcpy.texi +++ b/doc/posix-functions/wmemcpy.texi @@ -4,18 +4,18 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemcpy.html} -Gnulib module: --- +Gnulib module: wmemcpy Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +HP-UX 11.00, IRIX 6.5, Solaris 2.6, MSVC 9, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. -@item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize