summaryrefslogtreecommitdiff
path: root/doc/posix-functions/va_copy.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-03-11 05:36:15 +0100
committerBruno Haible <bruno@clisp.org>2008-03-11 05:36:15 +0100
commit97b56453883924b2dfd420e83fe2132f5f78f649 (patch)
tree783c0ac64b2161031baf5e1b5f9ff6e99063c5c2 /doc/posix-functions/va_copy.texi
parent9ccdfc227c55f5b6d45f136a517f2d2e988fac0f (diff)
downloadgnulib-97b56453883924b2dfd420e83fe2132f5f78f649.tar.gz
Correct the va_copy definition for AIX 5.
Diffstat (limited to 'doc/posix-functions/va_copy.texi')
-rw-r--r--doc/posix-functions/va_copy.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/posix-functions/va_copy.texi b/doc/posix-functions/va_copy.texi
index c5a012b12f..9bba2180bb 100644
--- a/doc/posix-functions/va_copy.texi
+++ b/doc/posix-functions/va_copy.texi
@@ -9,7 +9,8 @@ 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: