You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update LOGOUT to accept a STATUS value as an additional argument that can be passed to the LISPFINISH subr to provide a value for the exit status of the process.
The OS exit(status) arguments accepted are typically 0..255, with 0 indicating success and 1 indicating failure and other values having no defined interpretation.
Having an additional argument to LOGOUT will keep the FAST flag (saving or discarding vmem state before exit) independent of the exit status.
The text was updated successfully, but these errors were encountered:
Update
LOGOUT
to accept a STATUS value as an additional argument that can be passed to the LISPFINISH subr to provide a value for the exit status of the process.The OS
exit(status)
arguments accepted are typically 0..255, with 0 indicating success and 1 indicating failure and other values having no defined interpretation.Having an additional argument to
LOGOUT
will keep theFAST
flag (saving or discarding vmem state before exit) independent of the exit status.The text was updated successfully, but these errors were encountered: