diff options
Diffstat (limited to 'byterun/sys.c')
-rw-r--r-- | byterun/sys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/sys.c b/byterun/sys.c index cb70ba345..9261bce49 100644 --- a/byterun/sys.c +++ b/byterun/sys.c @@ -15,6 +15,8 @@ /* Basic system calls */ +#define _FILE_OFFSET_BITS 64 + #include <errno.h> #include <fcntl.h> #include <signal.h> |