Fix os_haiku.odin (again)

This commit is contained in:
avanspector
2024-12-21 17:15:53 +01:00
parent 365e24ce8d
commit a20d85df1e

View File

@@ -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)