]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix arm
authorRuss Cox <rsc@golang.org>
Fri, 24 Feb 2012 04:10:38 +0000 (23:10 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 24 Feb 2012 04:10:38 +0000 (23:10 -0500)
signal.test binary passes on my phone; should fix builder

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5694064

src/pkg/runtime/defs_arm_linux.go
src/pkg/runtime/defs_linux_arm.h

index 2063efb067d9e9e46e307ac1c12effdf8011add9..db0a191542eefec20dcdf5fe8f4fc3b78325c91e 100644 (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
index da97a843395890d60ce862473b21fbdbfc6f4a15..9e5c83a07968e816e3a635631d9cf0fcb1c18ec6 100644 (file)
@@ -69,8 +69,6 @@ enum {
 // Types
 #pragma pack on
 
-typedef uint32 Sigset;
-
 typedef struct Timespec Timespec;
 struct Timespec {
        int32 tv_sec;