Remove _GNU_SOURCE from certain files

GNU_SOURCE is globally activated in configure.ac
This commit is contained in:
Christian Thaeter 2008-05-17 23:33:21 +02:00
parent 2cbfeda4df
commit 249c6d5eda
3 changed files with 0 additions and 5 deletions

View file

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

View file

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

View file

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