Just wondering what posix 4 covers when i was reading time.h
-bri
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
/*
* Structure defined by POSIX.4 to be like a timeval.
*/
struct timespec {
long ts_sec; /* seconds */
long ts_nsec; /* and nanoseconds */
};