From f7c8b40ea2c133d91827ed788adfb23b24fa1838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Sat, 12 Mar 2022 09:40:55 +0000 Subject: [PATCH] use distinct type for fpos_t on OpenBSD --- core/c/libc/stdio.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/c/libc/stdio.odin b/core/c/libc/stdio.odin index fc65b954a..c0d9f9d14 100644 --- a/core/c/libc/stdio.odin +++ b/core/c/libc/stdio.odin @@ -79,7 +79,7 @@ when ODIN_OS == .Linux { } when ODIN_OS == .OpenBSD { - fpos_t :: i64 + fpos_t :: distinct i64 _IOFBF :: 0 _IOLBF :: 1