From b67817517ed4929093feed67a9a0903035f329d5 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 4 Aug 2024 14:46:32 +0100 Subject: [PATCH] Fix replace typo --- core/os/os_haiku.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/os/os_haiku.odin b/core/os/os_haiku.odin index ff06d2c80..9adca340c 100644 --- a/core/os/os_haiku.odin +++ b/core/os/os_haiku.odin @@ -119,7 +119,7 @@ S_ISSOCK :: #force_inline proc(m: u32) -> bool { return (m & S_IFMT) == S_IFSOCK foreign libc { - @(link_name="_Errorp") __error :: proc() -> ^c.int --- + @(link_name="_errorp") __error :: proc() -> ^c.int --- @(link_name="fork") _unix_fork :: proc() -> pid_t --- @(link_name="getthrid") _unix_getthrid :: proc() -> int ---