aboutsummaryrefslogtreecommitdiff
path: root/pk/frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/frontend.c')
-rw-r--r--pk/frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/frontend.c b/pk/frontend.c
index 5055a28..f0e629f 100644
--- a/pk/frontend.c
+++ b/pk/frontend.c
@@ -32,7 +32,7 @@ long frontend_syscall(long n, long a0, long a1, long a2, long a3, long a4, long
return ret;
}
-void die(int code)
+void shutdown(int code)
{
frontend_syscall(SYS_exit, code, 0, 0, 0, 0, 0, 0);
while (1);