diff options
Diffstat (limited to 'libgo/runtime/yield.c')
-rw-r--r-- | libgo/runtime/yield.c | 2 |
1 files changed, 0 insertions, 2 deletions
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> |