mips n32, x32: fix printing of times syscall return value
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Dec 2015 01:36:28 +0000 (01:36 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Dec 2015 07:24:16 +0000 (07:24 +0000)
commitbb509aafb613ac7c069e9e3f7b61fdd52b1ec5c3
tree5dbfa17a56e415233591a0b04d761925a06169cd
parent4f109266ecb63304698271536703b11f1f806272
mips n32, x32: fix printing of times syscall return value

As times syscall returns kernel's long value, it has to be printed as
RVAL_LUDECIMAL on systems where long type is less than kernel's long.

* times.c (SYS_FUNC(times)) [RVAL_LUDECIMAL && !IN_MPERS]:
Return RVAL_LUDECIMAL instead of RVAL_UDECIMAL.
times.c