#include <sys/_types/_user_timespec.h>
sys/_types/_user_timespec.h
LP64 version of struct timespec. time_t is a long and must grow when
we're dealing with a 64-bit process.
WARNING - keep in sync with struct timespec
macro_STRUCT_USER_TIMESPEC
#define _STRUCT_USER_TIMESPEC struct user_timespec
structuser_timespec
| user_time_t | tv_sec | seconds |
| user_long_t | tv_nsec | and nanoseconds |