mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
First pass at message syscalls
This commit is contained in:
@@ -12,6 +12,8 @@ enum class syscall : uint64_t
|
||||
pause,
|
||||
sleep,
|
||||
getpid,
|
||||
send,
|
||||
receive,
|
||||
|
||||
last_syscall
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user