|
@@ -132,11 +132,6 @@ extern int copy_strings_kernel(int argc, const char *const *argv,
|
|
struct linux_binprm *bprm);
|
|
struct linux_binprm *bprm);
|
|
extern int prepare_bprm_creds(struct linux_binprm *bprm);
|
|
extern int prepare_bprm_creds(struct linux_binprm *bprm);
|
|
extern void install_exec_creds(struct linux_binprm *bprm);
|
|
extern void install_exec_creds(struct linux_binprm *bprm);
|
|
-#ifdef CONFIG_COREDUMP
|
|
|
|
-extern void do_coredump(long signr, int exit_code, struct pt_regs *regs);
|
|
|
|
-#else
|
|
|
|
-static inline void do_coredump(long signr, int exit_code, struct pt_regs *regs) {}
|
|
|
|
-#endif
|
|
|
|
extern void set_binfmt(struct linux_binfmt *new);
|
|
extern void set_binfmt(struct linux_binfmt *new);
|
|
extern void free_bprm(struct linux_binprm *);
|
|
extern void free_bprm(struct linux_binprm *);
|
|
|
|
|