Nate Williams
030e2e9ebb
In sys/time.h, struct timespec is defined as:
...
/*
* Structure defined by POSIX.4 to be like a timeval.
*/
struct timespec {
time_t ts_sec; /* seconds */
long ts_nsec; /* and nanoseconds */
};
The correct names of the fields are tv_sec and tv_nsec.
Reminded by: James Drobina <jdrobina@infinet.com>
1996-09-19 18:21:32 +00:00
..
1996-09-19 18:21:32 +00:00
1996-09-19 18:21:32 +00:00
1996-09-19 18:21:32 +00:00
1996-06-12 03:37:57 +00:00
1996-08-21 21:56:23 +00:00
1996-09-19 18:21:32 +00:00
1996-07-11 16:32:50 +00:00
1996-01-13 23:27:58 +00:00
1996-09-19 18:21:32 +00:00
1996-04-30 23:26:52 +00:00
1996-05-02 14:21:14 +00:00
1996-09-19 18:21:32 +00:00
1996-08-21 21:56:23 +00:00
1995-06-27 11:07:30 +00:00
1996-09-19 18:21:32 +00:00
1995-12-17 21:14:36 +00:00
1995-12-17 21:14:36 +00:00
1995-06-27 11:07:30 +00:00
1995-06-27 11:07:30 +00:00
1995-06-27 11:07:30 +00:00
1995-06-27 11:07:30 +00:00
1995-12-17 21:14:36 +00:00
1995-06-27 11:07:30 +00:00
1996-09-19 18:21:32 +00:00