time: add haiku

This commit is contained in:
Laytan Laats
2025-01-11 00:18:36 +01:00
parent e4ae832775
commit e3c0cc9dfc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
#+build !wasi #+build !wasi
#+build !windows #+build !windows
#+build !orca #+build !orca
#+build !haiku
package time package time
_IS_SUPPORTED :: false _IS_SUPPORTED :: false
+1 -1
View File
@@ -1,5 +1,5 @@
#+private #+private
#+build darwin, freebsd, openbsd, netbsd #+build darwin, freebsd, openbsd, netbsd, haiku
package time package time
import "core:sys/posix" import "core:sys/posix"