diff options
Diffstat (limited to 'time')
-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 775c0927e7..776dc401ad 100644 --- a/time/time.h +++ b/time/time.h @@ -120,7 +120,7 @@ typedef __timer_t timer_t; struct timespec { __time_t tv_sec; /* Seconds. */ - long int tv_nsec; /* Nanoseconds. */ + __snseconds_t tv_nsec; /* Nanoseconds. */ }; #endif /* timespec not defined and <time.h> or need timespec. */ |