mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Bodge runtime.exit for haiku
This commit is contained in:
@@ -23,5 +23,5 @@ _stderr_write :: proc "contextless" (data: []byte) -> (int, _OS_Errno) {
|
|||||||
|
|
||||||
|
|
||||||
_exit :: proc "contextless" (code: int) -> ! {
|
_exit :: proc "contextless" (code: int) -> ! {
|
||||||
|
trap()
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user