mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
include: fix arm build one more time
Fourth time's the charm. Actually this doesn't fix the build, there is a crash after go_bootstrap is compiled which looks like it is related to auxv parsing. Change-Id: Id00e2dfbe7bae42856f996065d3fb90b820e29a8 Reviewed-on: https://go-review.googlesource.com/3610 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
3c4be235be
commit
c8224ce9ff
@ -71,10 +71,6 @@ extern "C" {
|
||||
#include <ctype.h> /* for tolower */
|
||||
#include <time.h>
|
||||
|
||||
#ifndef PLAN9
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* OS-specific crap
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user