diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/binfmts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 63d54366e0e5..3a6512f8ec94 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h | |||
@@ -67,7 +67,7 @@ struct linux_binfmt { | |||
67 | struct module *module; | 67 | struct module *module; |
68 | int (*load_binary)(struct linux_binprm *, struct pt_regs * regs); | 68 | int (*load_binary)(struct linux_binprm *, struct pt_regs * regs); |
69 | int (*load_shlib)(struct file *); | 69 | int (*load_shlib)(struct file *); |
70 | int (*core_dump)(long signr, struct pt_regs * regs, struct file * file); | 70 | int (*core_dump)(long signr, struct pt_regs *regs, struct file *file, unsigned long limit); |
71 | unsigned long min_coredump; /* minimal dump size */ | 71 | unsigned long min_coredump; /* minimal dump size */ |
72 | int hasvdso; | 72 | int hasvdso; |
73 | }; | 73 | }; |