clock_settime03: the return value of clock_settime syscall changed

According to the commit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=26f9a4796af330173d790c8d2b5e2efcc489e755

It removed the *clock_set* field of the *process* and *thread*
timers.
So, the *CLOCK_PROCESS_CPUTIME_ID* and *CLOCK_THREAD_CPUTIME_ID*
will no longer be supported to *clock_settime*, and return
INTVAL now.

The patch was mergered when *v2.6.38-rc3*, so, compare the version
with linux-2.6.38 will make sense.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
1 file changed