On Feb 7, 2008 1:35 AM, Rajat Jain <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> If I remember correctly, there used to be syscall wrappers (_syscall3() etc) 
> in the kernel that could be used to make system calls
> without any library support. I'm not able to locate them for i386. Where are 
> they?

Use syscall(SYSTEM_CALL_NUMBER, arg1, arg2, arg3);

_syscall3() macro are are not supported nowadays.

http://lkml.org/lkml/2007/7/5/314

Sachin

>
> Thanks,
>
> Rajat
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [EMAIL PROTECTED]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to