]> granicus.if.org Git - strace/commit
Remove addflags
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 10 Mar 2018 04:38:10 +0000 (05:38 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 1 Apr 2018 13:14:15 +0000 (13:14 +0000)
commit3744bc73f7a92c3f9f85105f979848b2145b8a41
treeb89cbfbc50285baa4e5f682f987514a905407cf3
parent53b0d9c438ce2f7c9f50ec5f0ab81daba4ab9776
Remove addflags

It has only single user and implementation of xlat styles for it would
lead to lots of code duplication.

* defs.h (addflags): Remove declaration.
* mem.c (print_mmap_flags): Convert addflags call into printflags64 with
non-zeroeness flags check.
* xlat.c (addflags): Remove.
defs.h
mem.c
xlat.c