about summary refs log tree commit diff
path: root/bits/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/time.h')
-rw-r--r--bits/time.h4
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 */