Silence _BSD_SOURCE warnings in glibc 2.20 and forward

See https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes
This commit is contained in:
Johan Bergström 2014-12-05 12:41:59 +11:00
parent 368de4315a
commit 77c03b4941

View File

@ -34,6 +34,7 @@
#if defined(__linux__)
#define _GNU_SOURCE
#define _DEFAULT_SOURCE
#endif
#if defined(_AIX)