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 d7272dcf..e9c422ec 100644
--- a/sysif.c
+++ b/sysif.c
@@ -524,7 +524,7 @@ static val dup_wrap(val old, val neu)
return num(dup2(c_num(old), c_num(neu)));
}
-static val exec_wrap(val file, val args_opt)
+val exec_wrap(val file, val args_opt)
{
val args = default_bool_arg(args_opt);
int nargs = c_num(length(args)) + 1;