Add Linux support for POSIX sys ipc, mman, time, utsname.

This commit is contained in:
Isaac Andrade
2024-09-10 07:32:58 -06:00
parent 92ff04629e
commit ff82396e7c
4 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ IPC_Flag_Bits :: enum c.int {
}
IPC_Flags :: bit_set[IPC_Flag_Bits; c.int]
when ODIN_OS == .Darwin {
when ODIN_OS == .Darwin || ODIN_OS == .Linux {
key_t :: distinct c.int32_t