Re: calling system call from kernel module

From: Tigran Aivazian (tigran@veritas.com)
Date: Thu Oct 12 2000 - 09:37:20 EST


On Thu, 12 Oct 2000 aprasad@in.ibm.com wrote:

> hi,
> Is there any way to call system call from a kernel module???

yes, just call it. system calls are just functions (mostly exported and
when otherwise, use sys_call_table[] which is exported, but it won't work
on __mips__) so you can just call them.

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:23 EST