X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fva_copy.texi;h=71b7e584926b88f4e486704acc18f99d031e25c1;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=c5a012b12f7673691c58eca7e34b982cbf5c651d;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/va_copy.texi b/doc/posix-functions/va_copy.texi index c5a012b12..71b7e5849 100644 --- a/doc/posix-functions/va_copy.texi +++ b/doc/posix-functions/va_copy.texi @@ -2,14 +2,15 @@ @section @code{va_copy} @findex va_copy -POSIX specification: @url{http://www.opengroup.org/susv3xsh/va_copy.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/va_copy.html} Gnulib module: stdarg Portability problems fixed by Gnulib: @itemize @item -This macro is missing on some platforms. +This macro is missing on some platforms: +AIX 5.1 with cc or xlc, HP-UX 11 with cc, IRIX 6.5 with cc, OSF/1 5.1 with cc. @end itemize Portability problems not fixed by Gnulib: