doc: some glibc x32 integer width issues
[gnulib.git] / doc / posix-headers / time.texi
index 7974cea..5291d46 100644 (file)
@@ -1,7 +1,7 @@
 @node time.h
 @section @file{time.h}
 
-POSIX specification: @url{http://www.opengroup.org/susv3xbd/time.h.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html}
 
 Gnulib module: time
 
@@ -18,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