summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysif.c b/sysif.c
index b02ec607..6eedb011 100644
--- a/sysif.c
+++ b/sysif.c
@@ -220,7 +220,7 @@ static val daemon_wrap(val nochdir, val noclose)
}
#endif
-static val exit_wrap(val status)
+val exit_wrap(val status)
{
val self = lit("exit");
int stat;