]> granicus.if.org Git - strace/commit
Remove redundant casts of ptrace arguments
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 23 Dec 2016 23:33:40 +0000 (23:33 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Dec 2016 14:58:41 +0000 (14:58 +0000)
commit857398e779c003d8006ce0460c36c247a54eaba5
tree6e5c2cfa47c0c26b69eadf1076261acb29ce9215
parent08680932286b2604a4df38ebd9be8434ad898541
Remove redundant casts of ptrace arguments

* strace.c (maybe_switch_tcbs, trace): Do not cast ptrace 4th argument
from pointer to long type.
strace.c