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:
parent
4684df520f
commit
079a5cffb3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user