mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-26 13:21:07 +03:00
If we are running on a 32-bit system with a 64-bit time_t we need to ensure there is padding around the tv_nsec variable. This is requried as the timespec is #defined to the __timespec64 struct. * time/bits/types/struct_timespec.h: Add padding for the timespec if required.