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:
Sylvestre Ledru 2018-05-15 11:54:22 +02:00
parent 319942a4b1
commit 4f43e5effe

View File

@ -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"