• Tony Narlock's avatar
    Add FreeBSD compatibility defs · 98af71c5
    Tony Narlock authored
    fix some linux-isms for spdlog on freebsd systems
    
    - FreeBSD uses plain-old ``stat`` (not ``stat64``)
    - ``errno_str``'s else requires GNU extensions, not available by default
      on FreeBSD. The one used by apple systems is most correct
    98af71c5
Name
Last commit
Last update
bench Loading commit data...
cmake Loading commit data...
example Loading commit data...
include/spdlog Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
astyle.sh Loading commit data...