[PATCH] x86_64: Allow modular build of ia32 aout loader
Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
af9c142de9
commit
ea0be473a1
@@ -165,6 +165,11 @@ struct siginfo_t;
|
||||
int do_get_thread_area(struct thread_struct *t, struct user_desc __user *info);
|
||||
int do_set_thread_area(struct thread_struct *t, struct user_desc __user *info);
|
||||
int ia32_child_tls(struct task_struct *p, struct pt_regs *childregs);
|
||||
|
||||
struct linux_binprm;
|
||||
extern int ia32_setup_arg_pages(struct linux_binprm *bprm,
|
||||
unsigned long stack_top, int exec_stack);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* !CONFIG_IA32_SUPPORT */
|
||||
|
||||
Reference in New Issue
Block a user