build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITS
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 4 Nov 2012 00:26:27 +0000 (01:26 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 4 Nov 2012 00:26:30 +0000 (01:26 +0100)
Don't define the _LARGEFILE_SOURCE and _FILE_OFFSET_BITS flags, they're
inherited from libuv now.

common.gypi

index ce556fb..4ceb257 100644 (file)
           'BUILDING_V8_SHARED=1',
           'BUILDING_UV_SHARED=1',
         ],
-      }, {
-        'defines': [
-          '_LARGEFILE_SOURCE',
-          '_FILE_OFFSET_BITS=64',
-        ],
       }],
       [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
         'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ],