Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FreeBSD compatibility defs #254

Merged
merged 1 commit into from
Aug 1, 2016
Merged

Conversation

tony
Copy link
Contributor

@tony tony commented Aug 1, 2016

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

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
@gabime gabime merged commit d9304f1 into gabime:master Aug 1, 2016
@tony tony deleted the freebsd-compat branch August 1, 2016 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants