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 /sysdeps/unix/sysv/linux/sparc | |
parent | ac7c4beb24181ffb76aad962956a55534a7d58ae (diff) | |
download | glibc-8ea072767dc028b00062944d79c9d1fcee44c676.tar glibc-8ea072767dc028b00062944d79c9d1fcee44c676.tar.gz glibc-8ea072767dc028b00062944d79c9d1fcee44c676.tar.bz2 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 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/resource.h b/sysdeps/unix/sysv/linux/sparc/bits/resource.h index ee5c26e8c4..1c88169a18 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/resource.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/resource.h @@ -192,6 +192,7 @@ enum __rusage_who }; #include <bits/types/struct_timeval.h> +#include <bits/types/struct_timeval64.h> #include <bits/types/struct_rusage.h> /* Priority limits. */ |