[klibc] a little help w/ sys_clone

H. Peter Anvin hpa at zytor.com
Sun Sep 19 09:10:09 PDT 2004


christophe varoqui wrote:
> Hello,
> 
> can someone direct me to a code sample showing usage of sys_clone on
> IA64 ?
> I use that syscall in the multipathd daemon, and I received compilation
> errors from IA64 pepole. As I don't have hardware to play with, I'd
> appreciate guidance.
> 
> regards,

clone() doesn't work on IA64 because of the way that architecture 
handles the stack, it only has clone2().

Note: klibc is not multithreaded.

	-hpa




More information about the klibc mailing list