2 * SYSCALL_DEFINE1(alarm, unsigned int, seconds)
4 * returns the number of seconds remaining until any previously scheduled alarm was due to be delivered,
5 * or zero if there was no previously scheduled
9 struct syscallentry syscall_alarm
= {
10 .flags
= AVOID_SYSCALL
, /* we rely on a useful alarm for every syscall. */
13 .arg1name
= "seconds",