Commit 079a5cff authored by Dave Cheney's avatar Dave Cheney Committed by Rob Pike

runtime: fix arm build

R=rsc, r
CC=golang-dev
https://golang.org/cl/4438069
parent 4684df52
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#define SYS_rt_sigaction (SYS_BASE + 174) #define SYS_rt_sigaction (SYS_BASE + 174)
#define SYS_sigaltstack (SYS_BASE + 186) #define SYS_sigaltstack (SYS_BASE + 186)
#define SYS_mmap2 (SYS_BASE + 192) #define SYS_mmap2 (SYS_BASE + 192)
#define SYS_gettid (SYS_BASE + 224)
#define SYS_futex (SYS_BASE + 240) #define SYS_futex (SYS_BASE + 240)
#define SYS_exit_group (SYS_BASE + 248) #define SYS_exit_group (SYS_BASE + 248)
#define SYS_munmap (SYS_BASE + 91) #define SYS_munmap (SYS_BASE + 91)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment