mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 1461614 - Use _DEFAULT_SOURCE on top of _BSD_SOURCE to remove a warning caused by the glibc r=drno
MozReview-Commit-ID: 5Vso0zCzSBx --HG-- extra : rebase_source : 06ab0c54b70647ab3befde9cf692d1030662be37
This commit is contained in:
parent
319942a4b1
commit
4f43e5effe
@ -42,6 +42,7 @@ static char *RCSSTRING __UNUSED__ ="$Id: r_log.c,v 1.10 2008/11/25 22:25:18 adam
|
||||
|
||||
#ifdef LINUX
|
||||
#define _BSD_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#endif
|
||||
|
||||
#include "r_log.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user