summaryrefslogtreecommitdiffstats
path: root/sysif.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.h')
-rw-r--r--sysif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysif.h b/sysif.h
index 093e4152..62712387 100644
--- a/sysif.h
+++ b/sysif.h
@@ -43,6 +43,9 @@ typedef long off_t;
#endif
val getenv_wrap(val name);
+#if HAVE_FORK_STUFF
+val exec_wrap(val file, val args_opt);
+#endif
#if HAVE_SYS_STAT
struct stat;
val stat_to_struct(struct stat st);