Re: System call number

From: Måns Rullgård
Date: Sat Nov 13 2004 - 19:00:55 EST


"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?).

--
Måns Rullgård
mru@xxxxxxxxxxxxx

-
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/