Rename xlookup64 to xlookup
* defs.h (xlookup): Remove. (xlookup64): Rename to xlookup. * util.c (xlookup64): Rename to xlookup.
This commit is contained in:
parent
9134aab407
commit
c0db59b97b
8
defs.h
8
defs.h
@ -542,7 +542,7 @@ extern void pathtrace_select(const char *);
|
||||
extern int pathtrace_match(struct tcb *);
|
||||
extern int getfdpath(struct tcb *, int, char *, unsigned);
|
||||
|
||||
extern const char *xlookup64(const struct xlat *, const uint64_t);
|
||||
extern const char *xlookup(const struct xlat *, const uint64_t);
|
||||
extern const char *xlat_search(const struct xlat *, const size_t, const uint64_t);
|
||||
|
||||
extern unsigned long get_pagesize(void);
|
||||
@ -713,12 +713,6 @@ printxval(const struct xlat *x, const unsigned int val, const char *dflt)
|
||||
printxvals(val, dflt, x, NULL);
|
||||
}
|
||||
|
||||
static inline const char *
|
||||
xlookup(const struct xlat *x, const unsigned int val)
|
||||
{
|
||||
return xlookup64(x, val);
|
||||
}
|
||||
|
||||
/* Strace log generation machinery.
|
||||
*
|
||||
* printing_tcp: tcb which has incomplete line being printed right now.
|
||||
|
Loading…
x
Reference in New Issue
Block a user