Fix build regression on FreeBSD

Authored by mpyne on Jul 17 2017, 7:26 PM.

Description

Fix build regression on FreeBSD

Introduced by commit 257591cf462d2d1db7a5c606c316e8e39c84cdfd

The _POSIX_C_SOURCE macro must be not only defined, but defined to a
specific value. glibc and musl libc works regardless but FreeBSD is
stricter here (but in their rights as far as I can tell).

Details

Committed
mpyneJul 17 2017, 7:29 PM
Parents
R106:257591cf462d: Fix compilation with strict libc (such as musl).
Branches
Unknown
Tags
Unknown