Add missing -> ! annotation

This commit is contained in:
gingerBill
2021-06-16 12:12:24 +01:00
parent 41f2539484
commit af95381bf8

View File

@@ -302,7 +302,7 @@ foreign libc {
@(link_name="chdir") _unix_chdir :: proc(buf: cstring) -> c.int ---;
@(link_name="realpath") _unix_realpath :: proc(path: cstring, resolved_path: rawptr) -> rawptr ---;
@(link_name="exit") _unix_exit :: proc(status: int) ---;
@(link_name="exit") _unix_exit :: proc(status: int) -> ! ---;
}
foreign dl {