diff options
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/runtime/runtime.h | 1 | ||||
-rw-r--r-- | libgo/runtime/yield.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libgo/runtime/runtime.h b/libgo/runtime/runtime.h index 1c7ede9..101a2e9 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 <setjmp.h> #include <signal.h> diff --git a/libgo/runtime/yield.c b/libgo/runtime/yield.c index 4c2204d..5c47719 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 <stddef.h> |