summaryrefslogtreecommitdiffstats
path: root/src/lib9/_exits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/_exits.c')
-rw-r--r--src/lib9/_exits.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib9/_exits.c b/src/lib9/_exits.c
index 9affe948..5e7c88ed 100644
--- a/src/lib9/_exits.c
+++ b/src/lib9/_exits.c
@@ -1,12 +1,9 @@
#include <u.h>
#include <libc.h>
-#include "9proc.h"
void
_exits(char *s)
{
- _p9uprocdie();
-
if(s && *s)
_exit(1);
_exit(0);