diff options
Diffstat (limited to 'time/time.h')
-rw-r--r-- | time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/time.h b/time/time.h index 08ee502e5e..117bf7b88f 100644 --- a/time/time.h +++ b/time/time.h @@ -105,7 +105,7 @@ typedef __timer_t timer_t; has nanoseconds instead of microseconds. */ struct timespec { - long int tv_sec; /* Seconds. */ + __time_t tv_sec; /* Seconds. */ long int tv_nsec; /* Nanoseconds. */ }; |