Re: [PATCH] CPU time clock support in clock_* syscalls

From: Roland McGrath
Date: Tue Oct 05 2004 - 00:28:32 EST


> This will always return an error.

Yes, indeed. It's just picky about which one. Something I meant to
mention: I do not allow clock_settime on CPU timers, because I don't know
of any worthwhile reason to want to support it. You get EINVAL or EFAULT
if your arguments are bogus, and EPERM if they are valid. This is the
POSIX-compliant error code choice.


Thanks,
Roland
-
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/