--- /dev/null
+#include <time/bits/types/struct_itimerspec64.h>
#include <time.h>
#include <bits/types/struct_itimerspec.h>
+#include <bits/types/struct_itimerspec64.h>
/* Get the platform-dependent flags. */
#include <bits/timerfd.h>
--- /dev/null
+#ifndef __itimerspec64_defined
+#define __itimerspec64_defined 1
+
+#include <bits/types.h>
+#include <bits/types/struct_timespec.h>
+#include <bits/types/struct_timespec64.h>
+
+/* POSIX.1b structure for timer start values and intervals. */
+struct __itimerspec64
+{
+ struct __timespec64 it_interval;
+ struct __timespec64 it_value;
+};
+
+#endif
# include <bits/types/clockid_t.h>
# include <bits/types/timer_t.h>
# include <bits/types/struct_itimerspec.h>
+# include <bits/types/struct_itimerspec64.h>
struct sigevent;
#endif