X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_types.texi;h=35d24c0c743cd7ab4093b1a1da8622a3dd2a0c04;hb=75ca5935f84fedf0eb6611245cc28555036d2090;hp=1141a2b40aa1e6087000017ed22a6de569c7320f;hpb=0b88a15dca93414df75ff004811c8e2573d593e3;p=gnulib.git diff --git a/doc/posix-headers/sys_types.texi b/doc/posix-headers/sys_types.texi index 1141a2b40..35d24c0c7 100644 --- a/doc/posix-headers/sys_types.texi +++ b/doc/posix-headers/sys_types.texi @@ -3,16 +3,24 @@ 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: @itemize -@item -The type @code{pid_t} is not defined on some platforms: -MSVC 9. -You can use the macro @code{AC_TYPE_PID_T} to fix this. @end itemize