FS-6996: #resolve fix define change as of glibc 2.20 for _BSD_SOURCE -> _DEFAULT_SOURCE

This commit is contained in:
Michael Jerris
2014-11-17 09:27:22 -05:00
parent f1df8d6096
commit 0cf770a836
8 changed files with 24 additions and 0 deletions
+3
View File
@@ -63,6 +63,9 @@
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif
#ifndef _DEFAULT_SOURCE
#define _DEFAULT_SOURCE
#endif
#endif
#ifndef __BSD_VISIBLE
#define __BSD_VISIBLE 1