/* Override Linux' (4.16.1) to agree with GNU * libc's (2.27) so that we can use Linux' __u64 and * __s64 with libc's PRIu64 and PRUi64. */ #if __WORDSIZE == 64 # include #else # include #endif