X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ftime.texi;h=5291d46e558f5001e7baae25ebd568f521423350;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=40a24b3e120be349473bef796de911b15ce7863f;hpb=0b88a15dca93414df75ff004811c8e2573d593e3;p=gnulib.git diff --git a/doc/posix-headers/time.texi b/doc/posix-headers/time.texi index 40a24b3e1..5291d46e5 100644 --- a/doc/posix-headers/time.texi +++ b/doc/posix-headers/time.texi @@ -11,10 +11,6 @@ Portability problems fixed by Gnulib: @samp{struct timespec} is not defined on some platforms. @item -The type @code{pid_t} is not defined on some platforms: -MSVC 9. - -@item Some platforms provide a @code{NULL} macro that cannot be used in arbitrary expressions: NetBSD 5.0 @@ -22,4 +18,9 @@ NetBSD 5.0 Portability problems not fixed by Gnulib: @itemize +@item +On some platforms the @code{tv_nsec} member of @code{struct timespec} +is not of type @code{long}, but is of type @code{long long} instead: +glibc x32 + @end itemize