Remove _GNU_SOURCE from certain files
GNU_SOURCE is globally activated in configure.ac
This commit is contained in:
parent
2cbfeda4df
commit
249c6d5eda
3 changed files with 0 additions and 5 deletions
|
|
@ -18,7 +18,6 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
|
||||
/*
|
||||
just place any problematic calls where valgrind whines about in main (with comments please)
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <errno.h>
|
||||
#include "lib/rwlock.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "error.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue