1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:44:39 -07:00

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
This commit is contained in:
Russ Cox 2012-02-23 23:10:38 -05:00
parent 075eef4018
commit 51a84bbfaa
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -69,8 +69,6 @@ enum {
// Types
#pragma pack on
typedef uint32 Sigset;
typedef struct Timespec Timespec;
struct Timespec {
int32 tv_sec;