From: Ian Lance Taylor Date: Tue, 20 Dec 2011 18:49:40 +0000 (+0000) Subject: libgo/runtime: Don't define _GNU_SOURCE in source code. X-Git-Tag: releases/gcc-4.7.0~1401 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8fa39bfc87c62cdd4970027dedbd982cc2049e1;p=thirdparty%2Fgcc.git libgo/runtime: Don't define _GNU_SOURCE in source code. From-SVN: r182550 --- diff --git a/libgo/runtime/runtime.h b/libgo/runtime/runtime.h index 1c7ede927222..101a2e91038b 100644 --- a/libgo/runtime/runtime.h +++ b/libgo/runtime/runtime.h @@ -6,7 +6,6 @@ #include "config.h" -#define _GNU_SOURCE #include "go-assert.h" #include #include diff --git a/libgo/runtime/yield.c b/libgo/runtime/yield.c index 4c2204d35380..5c47719d48f7 100644 --- a/libgo/runtime/yield.c +++ b/libgo/runtime/yield.c @@ -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