Define _FILE_OFFSET_BITS=64
authorAndrey Rys <rys@lynxlynx.ru>
Fri, 25 Jan 2019 09:57:44 +0000 (16:57 +0700)
committerAndrey Rys <rys@lynxlynx.ru>
Fri, 25 Jan 2019 09:57:44 +0000 (16:57 +0700)
VERSION
tfcrypt.h

diff --git a/VERSION b/VERSION
index b8626c4cff2849624fb67f87cd0ad72b163671ad..7ed6ff82de6bcc2a78243fc9c54d3ef5ac14da69 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4
+5
index 6efb5e3c841ecb9cb834c321f24fe4ffeda84cfa..5c68552ebeaa92cc5d6d1de7b01e8027e69576e0 100644 (file)
--- 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.