Explorar o código

Fix os_haiku.odin (again)

avanspector hai 9 meses
pai
achega
a20d85df1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/os/os_haiku.odin

+ 1 - 1
core/os/os_haiku.odin

@@ -16,7 +16,7 @@ _Platform_Error :: haiku.Errno
 
 MAX_PATH :: haiku.PATH_MAX
 
-ENOSYS :: _Platform_Error(i32(haiku.Errno.POSIX_ERROR_BASE) + 9)
+ENOSYS :: _Platform_Error(haiku.Errno.ENOSYS)
 
 INVALID_HANDLE :: ~Handle(0)