| ... | @@ -217,7 +217,7 @@ typedef int __sig_atomic_t; | ... | @@ -217,7 +217,7 @@ typedef int __sig_atomic_t; |
| 217 | /* Seconds since the Epoch, visible to user code when time_t is too | 217 | /* Seconds since the Epoch, visible to user code when time_t is too |
| 218 | narrow only for consistency with the old way of widening too-narrow | 218 | narrow only for consistency with the old way of widening too-narrow |
| 219 | types. User code should never use __time64_t. */ | 219 | types. User code should never use __time64_t. */ |
| 220 | #if __TIMESIZE == 64 && defined __LIBC | 220 | #if __TIMESIZE == 64 |
| 221 | # define __time64_t __time_t | 221 | # define __time64_t __time_t |
| 222 | #elif __TIMESIZE != 64 | 222 | #elif __TIMESIZE != 64 |
| 223 | __STD_TYPE __TIME64_T_TYPE __time64_t; | 223 | __STD_TYPE __TIME64_T_TYPE __time64_t; |