]> granicus.if.org Git - strace/commit
addflags: change type of integer argument to uint64_t
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Apr 2016 18:19:27 +0000 (18:19 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Apr 2016 19:04:02 +0000 (19:04 +0000)
commitc9146ebef867e4b0ccbfc1eea46d04fb1a30a8e7
tree99e9c9b74604e3761a1e8f6ba71cb39ac45079ab
parent482bab05a00e41f3928fa14e66c4c6fa3d701dd6
addflags: change type of integer argument to uint64_t

This is necessary for the upcoming change of xlat.val type.
All users of addflags are already prepared for this change.

* defs.h (addflags): Change type of integer argument to uint64_t.
* util.c (addflags): Likewise.  Print it using PRIx64 format.
Based on patch by Jeff Mahoney <jeffm@suse.com>.
defs.h
util.c