1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Merge pull request #26 from tw4452852/25

fix build failure because of _cgo_yield
This commit is contained in:
Achilleas Anagnostopoulos 2017-06-17 20:34:18 +01:00 committed by GitHub
commit 0e96d9c5e2

View File

@ -11,6 +11,7 @@ global x_cgo_sigaction
global x_cgo_thread_start
global x_cgo_setenv
global x_cgo_unsetenv
global _cgo_yield
; Stubs for missing cgo functions to keep the linker happy
x_cgo_callers:
@ -21,4 +22,5 @@ x_cgo_sigaction:
x_cgo_thread_start:
x_cgo_setenv:
x_cgo_unsetenv:
_cgo_yield:
ret