Re: [PATCH 33/45] include/uapi/asm-generic/signal.h: include stdlib.h in userspace

2015-03-11 Thread Arnd Bergmann
On Wednesday 11 March 2015 00:58:28 Mikko Rapeli wrote: > linux/kexec.h seems suspicious though: > > #ifndef __KERNEL__ > /* > * This structure is used to hold the arguments that are used when > * loading kernel binaries. > */ > struct kexec_segment { > const void *buf; > size_

Re: [PATCH 33/45] include/uapi/asm-generic/signal.h: include stdlib.h in userspace

2015-03-10 Thread Mikko Rapeli
On Tue, Feb 17, 2015 at 10:44:48AM +0100, Arnd Bergmann wrote: > On Tuesday 17 February 2015 00:05:36 Mikko Rapeli wrote: > > Fixes compiler warning: > > error: unknown type name ‘size_t’ > > > > Signed-off-by: Mikko Rapeli > > --- > > include/uapi/asm-generic/signal.h | 4 > > 1 file chang

Re: [PATCH 33/45] include/uapi/asm-generic/signal.h: include stdlib.h in userspace

2015-02-17 Thread Arnd Bergmann
On Tuesday 17 February 2015 00:05:36 Mikko Rapeli wrote: > Fixes compiler warning: > error: unknown type name ‘size_t’ > > Signed-off-by: Mikko Rapeli > --- > include/uapi/asm-generic/signal.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/uapi/asm-generic/signal.h > b/in

[PATCH 33/45] include/uapi/asm-generic/signal.h: include stdlib.h in userspace

2015-02-16 Thread Mikko Rapeli
Fixes compiler warning: error: unknown type name ‘size_t’ Signed-off-by: Mikko Rapeli --- include/uapi/asm-generic/signal.h | 4 1 file changed, 4 insertions(+) diff --git a/include/uapi/asm-generic/signal.h b/include/uapi/asm-generic/signal.h index 9df61f1..8a341a2 100644 --- a/include/u