1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:54:39 -07:00

runtime: fix arm build

R=rsc, r
CC=golang-dev
https://golang.org/cl/4438069
This commit is contained in:
Dave Cheney 2011-04-25 15:33:57 -07:00 committed by Rob Pike
parent 4684df520f
commit 079a5cffb3

View File

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