From: Mikko Rasa Date: Sun, 31 Jul 2011 15:36:16 +0000 (+0300) Subject: Use 64-bit version of stat syscall, even on 32-bit systems X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=2a3d0cc4d8ef930ed5fc56c480df3c05967489a4 Use 64-bit version of stat syscall, even on 32-bit systems --- diff --git a/source/fs/stat.cpp b/source/fs/stat.cpp index 245dd4e..b0267d8 100644 --- a/source/fs/stat.cpp +++ b/source/fs/stat.cpp @@ -2,6 +2,7 @@ #include #include #else +#define _FILE_OFFSET_BITS 64 #include #include #include