diff -uNr a/src/l64seek.h b/src/l64seek.h --- a/src/l64seek.h 2015-11-24 05:03:45.000000000 -0600 +++ b/src/l64seek.h 2021-05-24 17:28:31.000000000 -0500 @@ -27,7 +27,7 @@ * offsets. */ -typedef loff_t off64_t; +typedef off_t off64_t; typedef off64_t s64_t; off64_t l64seek(int fd, off64_t offset, int whence);