Commit 43054e83 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix: don't define _POSIX_C_SOURCE on FreeBSD

Curiously this was breaking compilation on FreeBSD by hiding some type
definitions. Casting around on the internet to debug the problem, most
references led me back to [0]. This seems odd, but apparently the right thing to
do is #define nothing on FreeBSD.

  [0]: https://lists.freebsd.org/pipermail/freebsd-standards/2004-March/000474.html

Github: related to #134 "Tests fail: UnicodeDecodeError: 'ascii' codec can't
  decode byte 0xe2 in position 120: ordinal not in range(128)"
parent a9e327cd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment