aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-08-04 14:46:32 +0100
committergingerBill <bill@gingerbill.org>2024-08-04 14:46:32 +0100
commitb67817517ed4929093feed67a9a0903035f329d5 (patch)
tree47d8bc78bc7a5fba51e4dfba1bba2c186ffe4331
parentfff1d509d5b68e02c269b40e6739bc2234ebca8a (diff)
Fix replace typo
-rw-r--r--core/os/os_haiku.odin2
1 files changed, 1 insertions, 1 deletions
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 ---