NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[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 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
15 expressions:
16 NetBSD 5.0
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 On some platforms the @code{tv_nsec} member of @code{struct timespec}
23 is not of type @code{long}, but is of type @code{long long} instead:
24 glibc x32
25
26 @end itemize