]> Cypherpunks repositories - gostls13.git/commitdiff
include: fix arm build one more time
authorDave Cheney <dave@cheney.net>
Fri, 30 Jan 2015 15:19:50 +0000 (02:19 +1100)
committerDave Cheney <dave@cheney.net>
Tue, 3 Feb 2015 09:58:08 +0000 (09:58 +0000)
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>
include/u.h

index 0ae228a9c5dd3a74a42899c052cf02b96b2fa328..d9acc72acb37722235c910bf066075ecaf909416 100644 (file)
@@ -71,10 +71,6 @@ extern "C" {
 #include <ctype.h>     /* for tolower */
 #include <time.h>
 
-#ifndef PLAN9
-#include <signal.h>
-#endif
-
 /*
  * OS-specific crap
  */