Fix some compilation errors on POSIX linux.

This commit is contained in:
Isaac Andrade
2024-09-09 22:17:42 -06:00
parent 9e4b45f0f0
commit 92ff04629e
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Ulimit_Cmd :: enum c.int {
SETFSIZE = UL_SETFSIZE,
}
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 {
UL_GETFSIZE :: 1
UL_SETFSIZE :: 2