summaryrefslogtreecommitdiffstats
path: root/sysif.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.h')
-rw-r--r--sysif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysif.h b/sysif.h
index 891cc091..13788c91 100644
--- a/sysif.h
+++ b/sysif.h
@@ -44,6 +44,7 @@ val env(void);
val replace_env(val env_list);
val getenv_wrap(val name);
val errno_to_str(int err);
+val exit_wrap(val status);
val at_exit_call(val func);
val at_exit_do_not_call(val func);
val usleep_wrap(val usec);