diff options
Diffstat (limited to 'sysif.c')
-rw-r--r-- | sysif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |