From: Mikko Rasa Date: Fri, 24 May 2013 14:38:32 +0000 (+0300) Subject: Use _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=18bd1fd8496eb6b07476f6782072a5d6bd23f4be;hp=18bd1fd8496eb6b07476f6782072a5d6bd23f4be Use _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE lseek64 and off64_t are non-portable. This makes the standard lseek use a 64-bit interface. ---