diff options
| author | hikari <ftphikari@gmail.com> | 2022-04-16 13:46:36 +0300 |
|---|---|---|
| committer | hikari <ftphikari@gmail.com> | 2022-04-16 13:46:36 +0300 |
| commit | b9dc81d808af3cd4db69bca8cffc0f3bbb48ef8a (patch) | |
| tree | 65b722b8fcb68cb8d81636abf258fc601e97647c | |
| parent | b05fbaacdaf8ffe37ad04f9d4439b06d8b538869 (diff) | |
runtime: update comment description
| -rw-r--r-- | core/runtime/core.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/runtime/core.odin b/core/runtime/core.odin index 4ab21d8cf..4269450de 100644 --- a/core/runtime/core.odin +++ b/core/runtime/core.odin @@ -401,6 +401,7 @@ Raw_Cstring :: struct { Linux, Essence, FreeBSD, + OpenBSD, WASI, JS, Freestanding, |