• R
    _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE · 3b94daba
    Rich Felker 提交于
    this is ugly and stupid, but now that the *64 symbol names exist, a
    lot of broken GNU software detects them in configure, then either
    breaks during build due to missing off64_t definition, or attempts to
    compile without function declarations/prototypes. "fixing" it here is
    easier than telling everyone to add yet another feature test macro to
    their builds.
    3b94daba
dirent.h 1.4 KB