mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
More std lib fixes
Just selecting the same codepath as other BSD's for the most part.
This commit is contained in:
@@ -83,7 +83,7 @@ when ODIN_OS == .Linux {
|
||||
}
|
||||
}
|
||||
|
||||
when ODIN_OS == .OpenBSD {
|
||||
when ODIN_OS == .OpenBSD || ODIN_OS == .NetBSD {
|
||||
fpos_t :: distinct i64
|
||||
|
||||
_IOFBF :: 0
|
||||
|
||||
Reference in New Issue
Block a user