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
parent
f8d348d46a
commit
e5021c6526
|
@ -24,6 +24,7 @@
|
|||
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue