You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
219 B

  1. --- ./configure
  2. +++ ./configure
  3. @@ -301,6 +301,8 @@
  4. fi
  5. if test "$__kernel_timespec" != "yes"; then
  6. cat >> $compat_h << EOF
  7. +#include <inttypes.h>
  8. +
  9. struct __kernel_timespec {
  10. int64_t tv_sec;
  11. long long tv_nsec;