libgo/runtime: Don't define _GNU_SOURCE in source code.

From-SVN: r182550
This commit is contained in:
Ian Lance Taylor 2011-12-20 18:49:40 +00:00
parent e44d7e3917
commit d8fa39bfc8
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@
#include "config.h"
#define _GNU_SOURCE
#include "go-assert.h"
#include <setjmp.h>
#include <signal.h>

View File

@ -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>