diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2017-09-08 00:41:45 +0200 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-10-24 12:53:27 +0200 |
commit | 395890236462f1e59128b794152e99a0e2330a08 (patch) | |
tree | 6a49b57578aa6d32a08af3653b85f1baa378e572 /sysdeps/unix | |
parent | d39ea685b1b1261540db08269259c623ac1f0dd9 (diff) | |
download | glibc-395890236462f1e59128b794152e99a0e2330a08.zip glibc-395890236462f1e59128b794152e99a0e2330a08.tar.gz glibc-395890236462f1e59128b794152e99a0e2330a08.tar.bz2 |
Y2038: add struct __itimerspec64
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/timerfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/timerfd.h b/sysdeps/unix/sysv/linux/sys/timerfd.h index 4d75e15..37490cf 100644 --- a/sysdeps/unix/sysv/linux/sys/timerfd.h +++ b/sysdeps/unix/sysv/linux/sys/timerfd.h @@ -20,6 +20,7 @@ #include <time.h> #include <bits/types/struct_itimerspec.h> +#include <bits/types/struct_itimerspec64.h> /* Get the platform-dependent flags. */ #include <bits/timerfd.h> |