diff options
Diffstat (limited to 'bits/time.h')
-rw-r--r-- | bits/time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bits/time.h b/bits/time.h index cdbd39f91d..f608e2c996 100644 --- a/bits/time.h +++ b/bits/time.h @@ -39,8 +39,8 @@ microsecond but also has a range of years. */ struct timeval { - time_t tv_sec; /* Seconds. */ - time_t tv_usec; /* Microseconds. */ + __time_t tv_sec; /* Seconds. */ + __time_t tv_usec; /* Microseconds. */ }; # endif /* struct timeval */ #endif /* need timeval */ |