exec: do not leave bprm->interp on stack
[linux-2.6-block.git] / include / linux / binfmts.h
index a4c2b565c835dfceade1065efe641d5009b85b08..bdf3965f0a29a9d6b3cf9568ce58dc457de32526 100644 (file)
@@ -112,6 +112,7 @@ extern int setup_arg_pages(struct linux_binprm * bprm,
                           unsigned long stack_top,
                           int executable_stack);
 extern int bprm_mm_init(struct linux_binprm *bprm);
+extern int bprm_change_interp(char *interp, struct linux_binprm *bprm);
 extern int copy_strings_kernel(int argc, const char *const *argv,
                               struct linux_binprm *bprm);
 extern int prepare_bprm_creds(struct linux_binprm *bprm);