]> granicus.if.org Git - strace/commit
Fix decoding of times syscall return value
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 20 Aug 2015 21:20:14 +0000 (21:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 20 Aug 2015 21:37:41 +0000 (21:37 +0000)
commitd8ef5e70db3136b4a95452e195bb17426ae99724
treeff34d35054761bf2e812d97e04decf7ebb932068
parent3585b06f79640bbcfb427987e12c6b94fc612012
Fix decoding of times syscall return value

Always print return value of successful times syscall
as unsigned long integer.

* times.c (sys_times): Return RVAL_UDECIMAL unless syserror.
times.c