about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/bits/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/bits/time.h')
-rw-r--r--sysdeps/mach/hurd/bits/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/time.h b/sysdeps/mach/hurd/bits/time.h
index 14c7146243..2305704ba9 100644
--- a/sysdeps/mach/hurd/bits/time.h
+++ b/sysdeps/mach/hurd/bits/time.h
@@ -56,7 +56,7 @@ extern int __libc_clk_tck __P ((void)) __attribute__ ((const));
 struct timeval
   {
     __time_t tv_sec;		/* Seconds.  */
-    __time_t tv_usec;		/* Microseconds.  */
+    __suseconds_t tv_usec;	/* Microseconds.  */
   };
 # endif	/* struct timeval */
 #endif	/* need timeval */