about summary refs log tree commit diff
path: root/include/struct___timespec64.h
Commit message (Collapse)AuthorAgeFilesLines
* y2038: include: Move struct __timespec64 definition to a separate fileLukasz Majewski2020-04-061-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>