From e4fcebe4bf715cf60ccb74f2a03abca995ca608f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 14 Nov 2025 11:17:38 +0000 Subject: `Empty` -> `Unsupported` --- core/c/libc/stdio.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/c') diff --git a/core/c/libc/stdio.odin b/core/c/libc/stdio.odin index aa92e4a6b..db5b202e7 100644 --- a/core/c/libc/stdio.odin +++ b/core/c/libc/stdio.odin @@ -390,7 +390,7 @@ to_stream :: proc(file: ^FILE) -> io.Stream { } case .Destroy: - return 0, .Empty + return 0, .Unsupported case .Query: return io.query_utility({ .Close, .Flush, .Read, .Read_At, .Write, .Write_At, .Seek, .Size, .Query }) -- cgit v1.2.3