[libc] Change exit status from int to long

Slightly breaking the C standard, but in a way that's unlikely to break
things - allow 64-bit process exit status codes.
This commit is contained in:
2024-04-27 12:58:51 -07:00
parent 3b9efc11d0
commit bab2dd5c69
6 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ object process : object {
# Stop all threads and exit the current process
method exit [static noreturn] {
param result int32 # The result to retrun to the parent process
param result int64 # The result to retrun to the parent process
}
# Give the given process a handle that points to the same