]> granicus.if.org Git - strace/commit
Use printflags64 instead of printflags_long
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 21:55:01 +0000 (21:55 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 21:55:01 +0000 (21:55 +0000)
commit9f8b29f1cd476563fe60c909fbe9d5ea603c398a
tree8f43dcaaff500535fc5a2993d816c0e1c2e52a5e
parent0eda4a0a4bc1192c08b8c773f9561cb048b17fce
Use printflags64 instead of printflags_long

After the change of tcb.u_arg type from long to kernel_ureg_t it is safe
to stop using printflags_long proxy and pass syscall arguments directly
to printflags64.

* defs.h (printflags_long): Remove.
* fcntl.c (print_fcntl): Replace printflags_long with printflags64.
* numa.c (SYS_FUNC(get_mempolicy)): Likewise.
* perf.c (SYS_FUNC(perf_event_open)): Likewise.
* sram_alloc.c [BFIN] (SYS_FUNC(sram_alloc)): Likewise.
defs.h
fcntl.c
numa.c
perf.c
sram_alloc.c