mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
bootstrap: add extra cgo stub symbols for go 1.8
This commit is contained in:
parent
8d0c44921b
commit
ce9a397008
@ -6,6 +6,7 @@ bits 64
|
||||
global x_cgo_callers
|
||||
global x_cgo_init
|
||||
global x_cgo_mmap
|
||||
global x_cgo_munmap
|
||||
global x_cgo_notify_runtime_init_done
|
||||
global x_cgo_sigaction
|
||||
global x_cgo_thread_start
|
||||
@ -17,6 +18,7 @@ global _cgo_yield
|
||||
x_cgo_callers:
|
||||
x_cgo_init:
|
||||
x_cgo_mmap:
|
||||
x_cgo_munmap:
|
||||
x_cgo_notify_runtime_init_done:
|
||||
x_cgo_sigaction:
|
||||
x_cgo_thread_start:
|
||||
|
Loading…
x
Reference in New Issue
Block a user