file: define _FILE_OFFSET_BITS to 64

Fixes compilation under uClibc-ng where ino_t and off_t are the wrong types for the format string.
main
Rosen Penev 2020-08-29 16:58:57 -07:00 committed by GitHub
parent f8d348d46a
commit e5021c6526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#define _DEFAULT_SOURCE
#define _XOPEN_SOURCE
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <stdlib.h>