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-09 12:24:28 +01:00
committed by antirez
parent cfe04da17d
commit 5ab2c31189
+1
View File
@@ -34,6 +34,7 @@
#if defined(__linux__)
#define _GNU_SOURCE
#define _DEFAULT_SOURCE
#endif
#if defined(_AIX)