Skip to content
Snippets Groups Projects
Commit 397eccb9 authored by a2-stratford's avatar a2-stratford
Browse files

Update syscall_exit.c

parent f46728d6
No related branches found
No related tags found
No related merge requests found
/*
* Terminates the current user program, returning status to the kernel. If the
* Process’s parent waits for it (see below), this is the status that will be
* Returned. Conventionally, a status of 0 indicates success and nonzero values
* Indicate errors.
*
* Authored by Alex Stratford
*/
#include "system_calls.h"
#include "threads/interrupt.h" // Dependency for intr_frame struct
#include "threads/thread.h" // Dependency for thread struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment