diff --git a/src/libfaketime.c b/src/libfaketime.c index cb37bcf..d93bfa1 100644 --- a/src/libfaketime.c +++ b/src/libfaketime.c @@ -168,7 +168,7 @@ struct utimbuf { struct __timespec64 { uint64_t tv_sec; /* Seconds */ - uint64_t tv_nsec; /* Nanoseconds */ + uint32_t tv_nsec; /* this is 32-bit, apparently! */ }; /*