Skip to content
  • hpi1's avatar
    Removed #define _FILE_OFFSET_BITS 64 · c2acb0da
    hpi1 authored
     - already defined in config.h
    Removed #define __USE_LARGEFILE64
     - this is glibc private macro from features.h and should not be defined
    
    [ Note: off_t is not used in any of our own headers ]
    
    c2acb0da