summaryrefslogtreecommitdiff
path: root/src/sys/include/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/sys/proc.h')
-rw-r--r--src/sys/include/sys/proc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys/include/sys/proc.h b/src/sys/include/sys/proc.h
index cf00850..2ff2876 100644
--- a/src/sys/include/sys/proc.h
+++ b/src/sys/include/sys/proc.h
@@ -159,10 +159,5 @@ __dead void md_proc_yield(void);
*/
__dead void md_proc_kick(struct proc *procp);
-/*
- * Exit the current process - exit(2) syscall
- */
-scret_t sys_exit(struct syscall_args *scargs);
-
#endif /* !_KERNEL */
#endif /* !_SYS_PROC_H_ */