PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
proc_exit.c
Go to the documentation of this file.
1#include <sys/proc.h>
2
4#include "user/common/file.h"
6
7void exits(const char* status)
8{
11 _syscall_exits(status);
12}
void _exit_stack_dispatch(void)
Definition exit_stack.c:27
void exits(const char *status)
System call that handles pending notes for the current thread.
Definition proc_exit.c:7
void _files_close(void)
Definition file.c:278
static _NORETURN void _syscall_exits(const char *status)
Definition syscalls.h:83