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
@@ -66,7 +66,7 @@ when ODIN_OS == .NetBSD {
@(private) LUTIMES :: "utimes"
}
when ODIN_OS == .Darwin || ODIN_OS == .FreeBSD || ODIN_OS == .NetBSD || ODIN_OS == .OpenBSD {
when ODIN_OS == .Darwin || ODIN_OS == .FreeBSD || ODIN_OS == .NetBSD || ODIN_OS == .OpenBSD || ODIN_OS == .Linux {
itimerval :: struct {
it_interval: timeval, /* [PSX] timer interval */