mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-23 14:55:19 +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) -> ! {
|
||||
|
||||
trap()
|
||||
}
|
||||
Reference in New Issue
Block a user