mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
libgo/runtime: Don't define _GNU_SOURCE in source code.
From-SVN: r182550
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include "go-assert.h"
|
||||
#include <setjmp.h>
|
||||
#include <signal.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user