summaryrefslogtreecommitdiff
path: root/include/sb2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sb2.h')
-rw-r--r--include/sb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sb2.h b/include/sb2.h
index 7317d2e..4cac62a 100644
--- a/include/sb2.h
+++ b/include/sb2.h
@@ -13,7 +13,7 @@
int sb_next_execve(const char *filename, char *const argv [],
char *const envp[]);
-int do_exec(const char *orig_file, const char *file,
+int do_exec(const char *exec_fn_name, const char *orig_file, const char *file,
char *const *argv, char *const *envp);
int ld_so_run_app(char *file, char **argv, char *const *envp);