Ensure pid_t gets defined.
[gnulib.git] / doc / posix-headers / time.texi
1 @node time.h
2 @section @file{time.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html}
5
6 Gnulib module: time
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 @samp{struct timespec} is not defined on some platforms.
12
13 @item
14 The type @code{pid_t} is not defined on some platforms:
15 MSVC 9.
16
17 @item
18 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
19 expressions:
20 NetBSD 5.0
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize