X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbinfmt_aout.c;h=a1bb2244cac772dd31dd8caff79b99fcead5ac3d;hb=8a3227268877b81096d7b7a841aaf51099ad2068;hp=7f65e71bf8595b6f5c5047dc86d26236b933c63c;hpb=d31d29540915f21d3f2bcfdd6d135fde328038a0;p=linux-2.6 diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c index 7f65e71bf8..a1bb2244ca 100644 --- a/fs/binfmt_aout.c +++ b/fs/binfmt_aout.c @@ -28,6 +28,7 @@ #include #include #include +#include static int load_aout_binary(struct linux_binprm *, struct pt_regs * regs); static int load_aout_library(struct file*); @@ -118,7 +119,7 @@ static int aout_core_dump(long signr, struct pt_regs *regs, struct file *file, u dump.u_ar0 = offsetof(struct user, regs); #endif dump.signal = signr; - dump_thread(regs, &dump); + aout_dump_thread(regs, &dump); /* If the size of the dump file exceeds the rlimit, then see what would happen if we wrote the stack, but not the data area. */