diff options
| author | Dave Cheney <dave@cheney.net> | 2015-01-31 02:19:50 +1100 |
|---|---|---|
| committer | Dave Cheney <dave@cheney.net> | 2015-02-03 09:58:08 +0000 |
| commit | c8224ce9ff7c537195b40bf8b76531f68754cbc9 (patch) | |
| tree | 348c5c9e801bab05bae325ebdf6bfbae622ebdf3 /include | |
| parent | 3c4be235be8dcd124fe8d536af3e422729a85785 (diff) | |
| download | go-c8224ce9ff7c537195b40bf8b76531f68754cbc9.tar.xz | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/u.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/u.h b/include/u.h index 0ae228a9c5..d9acc72acb 100644 --- a/include/u.h +++ b/include/u.h @@ -71,10 +71,6 @@ extern "C" { #include <ctype.h> /* for tolower */ #include <time.h> -#ifndef PLAN9 -#include <signal.h> -#endif - /* * OS-specific crap */ |
