Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | y2038: include: Move struct __timespec64 definition to a separate file | Lukasz Majewski | 2020-04-06 | 1 | -0/+27 |
The struct __timespec64's definition has been moved from ./include/time.h to ./include/struct___timespec64.h. This change would prevent from polluting other glibc namespaces (when headers are modified to support 64 bit time on architectures with __WORDSIZE==32). Now it is possible to just include definition of this particular structure when needed. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |