about summary refs log tree commit diff
path: root/time/bits/types/struct_timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/bits/types/struct_timeval.h')
-rw-r--r--time/bits/types/struct_timeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/bits/types/struct_timeval.h b/time/bits/types/struct_timeval.h
index 3466137c35..0c8e88c82c 100644
--- a/time/bits/types/struct_timeval.h
+++ b/time/bits/types/struct_timeval.h
@@ -7,7 +7,7 @@
    microsecond but also has a range of years.  */
 struct timeval
 {
-#ifdef __USE_TIME_BITS64
+#ifdef __USE_TIME64_REDIRECTS
   __time64_t tv_sec;		/* Seconds.  */
   __suseconds64_t tv_usec;	/* Microseconds.  */
 #else