mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
use distinct type for fpos_t on OpenBSD
This commit is contained in:
@@ -79,7 +79,7 @@ when ODIN_OS == .Linux {
|
||||
}
|
||||
|
||||
when ODIN_OS == .OpenBSD {
|
||||
fpos_t :: i64
|
||||
fpos_t :: distinct i64
|
||||
|
||||
_IOFBF :: 0
|
||||
_IOLBF :: 1
|
||||
|
||||
Reference in New Issue
Block a user