Temporarily fix syscall in Linux and Freebsd (eventually to be replaced with a proper implementation)

This commit is contained in:
gingerBill
2021-05-13 12:05:23 +01:00
parent b37d344eb2
commit 465b6139d5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import "core:c"
Handle :: distinct i32;
File_Time :: distinct u64;
Errno :: distinct i32;
Syscall :: distinct int;
Syscall :: distinct i32;
INVALID_HANDLE :: ~Handle(0);