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 the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to