Commit d8fa39bf by Ian Lance Taylor

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

From-SVN: r182550
parent e44d7e39
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include "config.h" #include "config.h"
#define _GNU_SOURCE
#include "go-assert.h" #include "go-assert.h"
#include <setjmp.h> #include <setjmp.h>
#include <signal.h> #include <signal.h>
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
#define _GNU_SOURCE
#include "config.h" #include "config.h"
#include <stddef.h> #include <stddef.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment