Skip to content

Commit

Permalink
Merge pull request #2189 from jbergstroem/glibc_220_default_warn
Browse files Browse the repository at this point in the history
Silence _BSD_SOURCE warnings in glibc 2.20 and forward
  • Loading branch information
antirez committed Dec 9, 2014
2 parents 5b2bbef + af45364 commit b4b4192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fmacros.h
Expand Up @@ -34,6 +34,7 @@

#if defined(__linux__)
#define _GNU_SOURCE
#define _DEFAULT_SOURCE
#endif

#if defined(_AIX)
Expand Down

0 comments on commit b4b4192

Please sign in to comment.