2 * SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp, struct timespec __user *, rmtp)
6 struct syscallentry syscall_nanosleep
= {
10 .arg1type
= ARG_ADDRESS
,
12 .arg2type
= ARG_ADDRESS
,
13 .flags
= AVOID_SYSCALL
, // Boring. Can cause long sleeps.