diff options
Diffstat (limited to 'include/asm-x86/elf.h')
-rw-r--r-- | include/asm-x86/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/elf.h b/include/asm-x86/elf.h index ec42a4d2e83b..cd3204ebbbdd 100644 --- a/include/asm-x86/elf.h +++ b/include/asm-x86/elf.h | |||
@@ -285,6 +285,9 @@ struct linux_binprm; | |||
285 | extern int arch_setup_additional_pages(struct linux_binprm *bprm, | 285 | extern int arch_setup_additional_pages(struct linux_binprm *bprm, |
286 | int executable_stack); | 286 | int executable_stack); |
287 | 287 | ||
288 | extern unsigned long arch_randomize_brk(struct mm_struct *mm); | ||
289 | #define arch_randomize_brk arch_randomize_brk | ||
290 | |||
288 | #endif /* __KERNEL__ */ | 291 | #endif /* __KERNEL__ */ |
289 | 292 | ||
290 | #endif | 293 | #endif |