Merge pull request #2189 from jbergstroem/glibc_220_default_warn

Silence _BSD_SOURCE warnings in glibc 2.20 and forward
This commit is contained in:
Salvatore Sanfilippo 2014-12-09 12:24:04 +01:00
commit b4b4192f19

View File

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