Commit c8224ce9 authored by Dave Cheney's avatar Dave Cheney

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/3610Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 3c4be235
...@@ -71,10 +71,6 @@ extern "C" { ...@@ -71,10 +71,6 @@ extern "C" {
#include <ctype.h> /* for tolower */ #include <ctype.h> /* for tolower */
#include <time.h> #include <time.h>
#ifndef PLAN9
#include <signal.h>
#endif
/* /*
* OS-specific crap * OS-specific crap
*/ */
......
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