[klibc] Re: long long on 32-bit machines

Paul Mackerras paulus at samba.org
Sun Feb 1 11:41:04 PST 2004


H. Peter Anvin writes:

> Does system calls follow the same convention?

Yes.  A system call with a long long argument will be handled by a C
routine in the kernel.  The system call arguments in r3 - r8 are
unchanged by the system call exception entry code and end up being the
arguments to the C routine.

Paul.



More information about the klibc mailing list