X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_types.texi;h=35d24c0c743cd7ab4093b1a1da8622a3dd2a0c04;hb=75ca5935f84fedf0eb6611245cc28555036d2090;hp=6bbff9d41b1268a0a8d9892efe696c77a8e93394;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-headers/sys_types.texi b/doc/posix-headers/sys_types.texi index 6bbff9d41..35d24c0c7 100644 --- a/doc/posix-headers/sys_types.texi +++ b/doc/posix-headers/sys_types.texi @@ -1,12 +1,24 @@ @node sys/types.h @section @file{sys/types.h} -POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/types.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html} -Gnulib module: --- +Gnulib module: sys_types Portability problems fixed by Gnulib: @itemize +@item +The type @code{pid_t} is not defined on some platforms: +MSVC 9. +@item +The type @code{size_t} is not defined in this file on some platforms: +MSVC 9. +@item +The type @code{ssize_t} is not defined on some platforms: +MSVC 9. +@item +The type @code{mode_t} is not defined on some platforms: +MSVC 9. @end itemize Portability problems not fixed by Gnulib: