X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_wait.texi;h=e80c2a9a398901980643fb9dd2fc489ca3c49d29;hb=adff17f337187985ea8c62b961fde5c9544911aa;hp=8f39d3a30e0e4ceb1cb55e8a7248521a5bb7b927;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-headers/sys_wait.texi b/doc/posix-headers/sys_wait.texi index 8f39d3a30..e80c2a9a3 100644 --- a/doc/posix-headers/sys_wait.texi +++ b/doc/posix-headers/sys_wait.texi @@ -1,17 +1,21 @@ @node sys/wait.h @section @file{sys/wait.h} -POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/wait.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html} -Gnulib module: --- +Gnulib module: sys_wait Portability problems fixed by Gnulib: @itemize +@item +This header file is missing on some platforms: +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This header file is missing on some platforms: -mingw. +System status macros such as @code{WEXITSTATUS} require an lvalue +argument on some platforms. +MacOS X 10.5. @end itemize