From: Andrey Rys Date: Fri, 25 Jan 2019 09:57:44 +0000 (+0700) Subject: Define _FILE_OFFSET_BITS=64 X-Git-Url: https://jxself.org/git/?p=tfcrypt.git;a=commitdiff_plain;h=6a181d607fe6fe8c66b894efb281855bb2eee573 Define _FILE_OFFSET_BITS=64 --- diff --git a/VERSION b/VERSION index b8626c4..7ed6ff8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4 +5 diff --git a/tfcrypt.h b/tfcrypt.h index 6efb5e3..5c68552 100644 --- a/tfcrypt.h +++ b/tfcrypt.h @@ -38,6 +38,9 @@ #ifndef _LARGEFILE64_SOURCE #define _LARGEFILE64_SOURCE #endif +#ifndef _FILE_OFFSET_BITS +#define _FILE_OFFSET_BITS 64 +#endif #ifndef _TFCRYPT_VERSION #error Version number may help you to identify missing functionality.