Re: System call number

From: Randy.Dunlap
Date: Sat Nov 13 2004 - 19:36:57 EST


Måns Rullgård wrote:
"Josef E. Galea" <josefeg@xxxxxxxxxxxxxx> writes:


Hi,

Can anyone tell me the system call number for the function
write_swap_page() (in kernel/power/pmdisk.c) as I can't find it in
unistd.h.


What makes you believe that function is a system call in the first
place? It doesn't look like one to me. Hint: system calls have names
prefixed with sys_ (are there any exceptions?).

Not that I know of. I changed a few syscall names roughly 1 year
ago so that they begin with sys_xyz (and some that began with
sys_xyz that were not syscalls, I changed those also. :)


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