use distinct type for fpos_t on OpenBSD

This commit is contained in:
Sébastien Marie
2022-03-12 09:40:55 +00:00
parent e6d3e893a5
commit f7c8b40ea2

View File

@@ -79,7 +79,7 @@ when ODIN_OS == .Linux {
}
when ODIN_OS == .OpenBSD {
fpos_t :: i64
fpos_t :: distinct i64
_IOFBF :: 0
_IOLBF :: 1