[PATCH] add selectable varargs handling of prctl syscall

2009-12-16 Thread Hans-Christian Egtvedt
prctl is defined to use varargs in the header file, hence might need varargs specific handling in the source. This patch properly handles the variodic argument before the syscall is passed to the kernel if the __UCLIBC_VARARGS_REQUIRED__ symbol is defined. Since not all architectures need to handl

Re: [PATCH] add selectable varargs handling of prctl syscall

2009-12-28 Thread Hans-Christian Egtvedt
On Wed, 16 Dec 2009 13:23:56 +0100 Hans-Christian Egtvedt wrote: Bump > prctl is defined to use varargs in the header file, hence might need varargs > specific handling in the source. This patch properly handles the variodic > argument before the syscall is passed to the kernel if the > __UCLIBC

Re: [PATCH] add selectable varargs handling of prctl syscall

2010-01-11 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans-Christian Egtvedt wrote: > On Wed, 16 Dec 2009 13:23:56 +0100 > Hans-Christian Egtvedt wrote: > > Bump > >> prctl is defined to use varargs in the header file, hence might need varargs >> specific handling in the source. This patch properly han

Re: [PATCH] add selectable varargs handling of prctl syscall

2010-01-20 Thread Hans-Christian Egtvedt
On Mon, 11 Jan 2010 17:53:54 +0100 Carmelo AMOROSO wrote: > is it not easier/cleaner to provide a AVR32 specific implementation > of prctl instead of adding the arch feature as undefined for all other archs > polluting all the arch_features headers pointlessly ? > Sounds like a good idea, I'll