Linux still uses 32-bit off_t by default. Ask for 64-bit off_t on
Linux.
This commit is contained in:
parent
4102998278
commit
935c15d24f
@ -79,6 +79,7 @@
|
||||
|
||||
/* Linux */
|
||||
#ifdef LINUX
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#include <inttypes.h>
|
||||
#define ARCHIVE_ERRNO_FILE_FORMAT EILSEQ
|
||||
#define ARCHIVE_ERRNO_PROGRAMMER EINVAL
|
||||
|
Loading…
Reference in New Issue
Block a user