Merge pull request #1614 from semarie/openbsd-fpos_t

use distinct type for fpos_t on OpenBSD
This commit is contained in:
gingerBill
2022-03-14 11:11:29 +00:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@ when ODIN_OS == .Linux {
} }
when ODIN_OS == .OpenBSD { when ODIN_OS == .OpenBSD {
fpos_t :: i64 fpos_t :: distinct i64
_IOFBF :: 0 _IOFBF :: 0
_IOLBF :: 1 _IOLBF :: 1