summaryrefslogtreecommitdiff
path: root/libgo/go
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-20 18:14:30 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-20 18:14:30 +0000
commit6785caa3109e437a73f525059d0fd7418c5b37f9 (patch)
tree5dfd4daece115bfcf145e5502f4acae0d8b6e4d6 /libgo/go
parent80cfebdb2aacb450e551a3dad687c6814493723c (diff)
downloadgcc-6785caa3109e437a73f525059d0fd7418c5b37f9.tar.gz
libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182548 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go')
-rw-r--r--libgo/go/syscall/wait.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgo/go/syscall/wait.c b/libgo/go/syscall/wait.c
index d3c90d74ea1..fd7b65e2414 100644
--- a/libgo/go/syscall/wait.c
+++ b/libgo/go/syscall/wait.c
@@ -7,9 +7,6 @@
We use C code to extract the wait status so that we can easily be
OS-independent. */
-#define _GNU_SOURCE
-#define __EXTENSIONS__
-
#include <stdint.h>
#include <sys/wait.h>