mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user