libgo/runtime: Don't define _GNU_SOURCE in source code.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Dec 2011 18:49:40 +0000 (18:49 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Dec 2011 18:49:40 +0000 (18:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182550 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/runtime/runtime.h
libgo/runtime/yield.c

index 1c7ede9..101a2e9 100644 (file)
@@ -6,7 +6,6 @@
 
 #include "config.h"
 
-#define _GNU_SOURCE
 #include "go-assert.h"
 #include <setjmp.h>
 #include <signal.h>
index 4c2204d..5c47719 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-#define _GNU_SOURCE
-
 #include "config.h"
 
 #include <stddef.h>