Commit 51a84bbf authored by Russ Cox's avatar Russ Cox

runtime: fix arm

signal.test binary passes on my phone; should fix builder

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5694064
parent 075eef40
......@@ -114,7 +114,6 @@ const (
ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
)
type Sigset C.sigset_t
type Timespec C.struct_timespec
type Sigaltstack C.struct_sigaltstack
type Sigcontext C.struct_sigcontext
......
......@@ -69,8 +69,6 @@ enum {
// Types
#pragma pack on
typedef uint32 Sigset;
typedef struct Timespec Timespec;
struct Timespec {
int32 tv_sec;
......
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