]> granicus.if.org Git - strace/commit
Cast tcp->u_rval to kernel_ureg_t instead of unsigned long
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 01:46:47 +0000 (01:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 11:32:46 +0000 (11:32 +0000)
commitdb28c91159dc3d4843a74862a7399af5a93864f1
tree4f3e0a829a404158decb180fd5ed831f64f3985d
parent26102a5a87cd9b5052d0735916540a777d71f7ab
Cast tcp->u_rval to kernel_ureg_t instead of unsigned long

* fcntl.c (print_fcntl): Cast tcp->u_rval to kernel_ureg_t instead
of unsigned long.
* membarrier.c (SYS_FUNC(membarrier)): Likewise.
* prctl.c (SYS_FUNC(prctl)): Likewise.
* sched.c (SYS_FUNC(sched_getscheduler)): Likewise.
* time.c (do_adjtimex): Likewise.
fcntl.c
membarrier.c
prctl.c
sched.c
time.c