]> git.tdb.fi Git - libs/core.git/commitdiff
Use _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2013 14:38:32 +0000 (17:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 29 May 2013 08:43:21 +0000 (11:43 +0300)
lseek64 and off64_t are non-portable.  This makes the standard lseek use
a 64-bit interface.


No differences found