index
:
portland-os
main
old (and broken) hobby os
benji dial
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
knob
/
quit.c
blob: 7c20bdda2d2b2ed5748ab6112ac2625c86b5a46c (
plain
) (
blame
)
1
2
3
4
5
6
#include
<pland/syscall.h>
__attribute__
((
noreturn
))
void
quit
()
{
_exit_task
();
}