From: Dave Cheney Date: Mon, 25 Apr 2011 22:33:57 +0000 (-0700) Subject: runtime: fix arm build X-Git-Tag: weekly.2011-04-27~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=079a5cffb3f541920b28dabbe777a0dee5d6f32a;p=gostls13.git runtime: fix arm build R=rsc, r CC=golang-dev https://golang.org/cl/4438069 --- diff --git a/src/pkg/runtime/linux/arm/sys.s b/src/pkg/runtime/linux/arm/sys.s index 3fe7d4a828..d866b0e220 100644 --- a/src/pkg/runtime/linux/arm/sys.s +++ b/src/pkg/runtime/linux/arm/sys.s @@ -22,7 +22,6 @@ #define SYS_rt_sigaction (SYS_BASE + 174) #define SYS_sigaltstack (SYS_BASE + 186) #define SYS_mmap2 (SYS_BASE + 192) -#define SYS_gettid (SYS_BASE + 224) #define SYS_futex (SYS_BASE + 240) #define SYS_exit_group (SYS_BASE + 248) #define SYS_munmap (SYS_BASE + 91)