fts: allow compilation with C++
[gnulib.git] / doc / posix-headers / time.texi
index e9ca581..7c20e91 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/susv3xbd/time.h.html}
 
 Gnulib module: time
 
@@ -9,6 +9,11 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 @samp{struct timespec} is not defined on some platforms.
+
+@item
+Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
+expressions:
+NetBSD 5.0
 @end itemize
 
 Portability problems not fixed by Gnulib: