X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_types.texi;h=35d24c0c743cd7ab4093b1a1da8622a3dd2a0c04;hb=fca3cc12dcd2bb7a75a57be2c29a1de417ff3536;hp=699c4efec2b4db94a8f1478ae4e7a258412012eb;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-headers/sys_types.texi b/doc/posix-headers/sys_types.texi index 699c4efec..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: