Work around a bug in both the Linux and SunOS 64-bit kernels:
[pspp] / modules / gettime
1 Description:
2 Return current time, with nanosecond resolution.
3
4 Files:
5 lib/gettime.c
6 m4/clock_time.m4
7 m4/gettime.m4
8
9 Depends-on:
10 gettime
11 gettimeofday
12 timespec
13 extensions
14
15 configure.ac:
16 gl_GETTIME
17
18 Makefile.am:
19
20 Include:
21 #include "timespec.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert, Jim Meyering