You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include
Mark Swaanenburg 4013d71792 Don't use fstat64 when _LARGEFILE_SOURCE is defined
Using fstat64 on ancient distributions like RHEL5 causes errors because
fstat64 is declared inline, but there's no definition. Modern compilers
don't like that without the -fgnu89-inline flag.
8 years ago
..
spdlog Don't use fstat64 when _LARGEFILE_SOURCE is defined 8 years ago