Browse Source

runtime: update comment description

hikari 3 years ago
parent
commit
b9dc81d808
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/runtime/core.odin

+ 1 - 0
core/runtime/core.odin

@@ -401,6 +401,7 @@ Raw_Cstring :: struct {
 		Linux,
 		Essence,
 		FreeBSD,
+		OpenBSD,
 		WASI,
 		JS,
 		Freestanding,