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:
parent
075eef4018
commit
51a84bbfaa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user