diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2017-09-08 00:41:42 +0200 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-10-24 12:53:27 +0200 |
commit | 8ea072767dc028b00062944d79c9d1fcee44c676 (patch) | |
tree | 1fe6088c48612c6b9e06fef42db5e953b9e42626 /include | |
parent | ac7c4beb24181ffb76aad962956a55534a7d58ae (diff) | |
download | glibc-8ea072767dc028b00062944d79c9d1fcee44c676.tar.gz glibc-8ea072767dc028b00062944d79c9d1fcee44c676.tar.xz glibc-8ea072767dc028b00062944d79c9d1fcee44c676.zip |
Y2038: add struct __timeval64
Also, provide static inline functions and macros for checking and converting between 32-bit and 64-bit timevals.
Diffstat (limited to 'include')
-rw-r--r-- | include/bits/types/struct_timeval64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bits/types/struct_timeval64.h b/include/bits/types/struct_timeval64.h new file mode 100644 index 0000000000..fe2ffe6430 --- /dev/null +++ b/include/bits/types/struct_timeval64.h @@ -0,0 +1 @@ +#include <time/bits/types/struct_timeval64.h> |