Re: [PATCH] Include asm/siginfo.h in linux/coredump.h

2012-10-10 Thread Roland McGrath
There are other cases that just forward declare 'struct siginfo' and use it instead of the typedef names (e.g. linux/sched.h). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.

Re: [PATCH] Include asm/siginfo.h in linux/coredump.h

2012-10-10 Thread Richard Weinberger
Am Wed, 10 Oct 2012 15:16:59 -0700 schrieb Andrew Morton : > On Thu, 11 Oct 2012 00:04:07 +0200 > Richard Weinberger wrote: > > > commit 5ab1c30 (coredump: pass siginfo_t* to do_coredump() and > > below, not merely signr) added siginfo_t to linux/coredump.h but > > forgot to include asm/siginfo.

Re: [PATCH] Include asm/siginfo.h in linux/coredump.h

2012-10-10 Thread Andrew Morton
On Thu, 11 Oct 2012 00:04:07 +0200 Richard Weinberger wrote: > commit 5ab1c30 (coredump: pass siginfo_t* to do_coredump() and below, not > merely signr) > added siginfo_t to linux/coredump.h but forgot to include asm/siginfo.h. > This breaks the build for UML/i386. > (And any other arch where as