about summary refs log tree commit diff
path: root/time/bits/types/time_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/bits/types/time_t.h')
-rw-r--r--time/bits/types/time_t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/bits/types/time_t.h b/time/bits/types/time_t.h
index 84d67f6ac3..00cde92c62 100644
--- a/time/bits/types/time_t.h
+++ b/time/bits/types/time_t.h
@@ -4,7 +4,7 @@
 #include <bits/types.h>
 
 /* Returned by `time'.  */
-#ifdef __USE_TIME_BITS64
+#ifdef __USE_TIME64_REDIRECTS
 typedef __time64_t time_t;
 #else
 typedef __time_t time_t;