diff options
author | Marvin Borner | 2020-08-21 20:39:48 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-21 20:39:48 +0200 |
commit | f700ba6668dbdb91a03b2c5aa387eb4cabae8fcd (patch) | |
tree | b04a80efabb09c9da9726332ccd22cb5a325fe39 /kernel/inc | |
parent | 1339d96cea2c647991c178587008d6fc40772a78 (diff) |
Some things here and some things there
Diffstat (limited to 'kernel/inc')
-rw-r--r-- | kernel/inc/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/proc.h b/kernel/inc/proc.h index 1ed5df2..4c6ffaf 100644 --- a/kernel/inc/proc.h +++ b/kernel/inc/proc.h @@ -26,7 +26,7 @@ struct proc { void proc_init(); void proc_print(); struct proc *proc_current(); -void proc_exit(); +void proc_exit(int status); struct proc *proc_make(); #endif |