RE: where can I find sys_read,sys_create...

2002-02-28 Thread Matthews, John
sing for __NR_copyfile when you execute _syscallX() macro. Good luck in your project, John Matthews -Original Message- From: liyanen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 7:00 PM To: [EMAIL PROTECTED] Subject: where can I find sys_read,s

where can I find sys_read,sys_create...

2002-02-27 Thread liyanen
hello,all I want to add a systemcall "copyfile" to the kernel, I want to use other sys_call like sys_open,sys_read,sys_write,sys_create,sys_close ,but I can't find them in the linux source with all my effort. And,may I use module to do this copy work ? can you so helpful to