]> granicus.if.org Git - strace/commit
Introduce xlookup64 function
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Apr 2016 18:32:45 +0000 (18:32 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Apr 2016 19:04:02 +0000 (19:04 +0000)
commited92d87f1ceabafaaf711ec0623ddb998ba6e3df
tree69f53dbb57aac5562cbc6b9e54b32d6f0b17e052
parentc9146ebef867e4b0ccbfc1eea46d04fb1a30a8e7
Introduce xlookup64 function

This is necessary for the upcoming change of xlat.val type.

* defs.h (xlookup): Rename to xlookup64, change type of integer argument
to uint64_t.
(xlookup): New static inline function.
* util.c (xlookup): Rename to xlookup64, change type of integer
argument to uint64_t.
Based on patch by Jeff Mahoney <jeffm@suse.com>.
defs.h
util.c