From d8fa39bfc87c62cdd4970027dedbd982cc2049e1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 20 Dec 2011 18:49:40 +0000 Subject: [PATCH] libgo/runtime: Don't define _GNU_SOURCE in source code. From-SVN: r182550 --- libgo/runtime/runtime.h | 1 - libgo/runtime/yield.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/libgo/runtime/runtime.h b/libgo/runtime/runtime.h index 1c7ede92722..101a2e91038 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 4c2204d3538..5c47719d48f 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 -- 2.30.2