summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/stdarg.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-headers/stdarg.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-headers/stdarg.texi17
2 files changed, 17 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/doc/posix-headers/stdarg.texi b/gnulib/doc/posix-headers/stdarg.texi
new file mode 100644
index 00000000..d5f80fc0
--- /dev/null
+++ b/gnulib/doc/posix-headers/stdarg.texi
@@ -0,0 +1,17 @@
+@node stdarg.h
+@section @file{stdarg.h}
+
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdarg.h.html}
+
+Gnulib module: stdarg
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode for the builtin
+@code{va_copy} to work.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize