Don't define open or fopen if _FILE_OFFSET_BITS == 64
authorAndreas Oberritter <obi@saftware.de>
Sat, 15 Aug 2009 14:17:19 +0000 (16:17 +0200)
committerAndreas Oberritter <obi@saftware.de>
Sat, 15 Aug 2009 14:17:19 +0000 (16:17 +0200)
If _FILE_OFFSET_BITS is 64, then (f)open will be converted
automatically to (f)open64, resulting in duplicate symbols


No differences found