]> granicus.if.org Git - strace/commit
Remove getarg_klu
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Dec 2016 02:28:04 +0000 (05:28 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Dec 2016 10:43:35 +0000 (10:43 +0000)
commit50b50e78f674068c614e08a1b9e30971503ea61c
tree894b5f3d738fcf9cc62230173ae65e89d7d1fc6a
parent8aab60e8d304f622dbe69c634b4dd209c70c9e83
Remove getarg_klu

After transition from long to kernel_ulong_t we no longer need
tcp->ext_arg, and therefore a function to access it is also no longer
needed.

* defs.h (getarg_klu): Remove prototype.
* util.c (getarg_klu): Remove.
(printargs): Access tcp->u_arg directly
* bjm.c (SYS_FUNC(init_module)): Likewise.
* clone.c (SYS_FUNC(unshare)): Likewise.
* fadvise.c (SYS_FUNC(fadvise64)): Likewise.
* kcmp.c (SYS_FUNC(kcmp)): Likewise.
* kexec.c (SYS_FUNC(kexec_file_load)): Likewise.
* keyctl.c (SYS_FUNC(keyctl)): Likewise.
* lookup_dcookie.c (SYS_FUNC(lookup_dcookie)): Likewise.
* mem.c (do_mprotect): Likewise.
* mq.c (SYS_FUNC(mq_timedsend), SYS_FUNC(mq_timedreceive)): Likewise.
* pkeys.c (SYS_FUNC(pkey_alloc)): Likewise.
* prctl.c (print_prctl_args, SYS_FUNC(prctl), SYS_FUNC(arch_prctl)):
Likewise.
13 files changed:
bjm.c
clone.c
defs.h
fadvise.c
kcmp.c
kexec.c
keyctl.c
lookup_dcookie.c
mem.c
mq.c
pkeys.c
prctl.c
util.c