On Thursday 15 January 2009 02:17:27 Seiichi Ikarashi wrote:
> +#ifdef __ia64__
> +       ret = clone2(fn1, childstack, getpagesize(), clone_flags, arg1,
> NULL, NULL, NULL); +#else
> +       ret = clone(fn1, childstack, clone_flags, arg1);
> +#endif

look at the clone testcases under kernel syscalls and you'll see the magic 
formula for working with __hppa__.  otherwise i dont see a problem with this.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to