Remove dumpiov wrapper
* defs.h (dumpiov): Remove. * syscall.c (dumpio): Use dumpiov_upto instead of dumpiov.
This commit is contained in:
parent
4d7b7b18bd
commit
73be1d7e2e
2
defs.h
2
defs.h
@ -594,8 +594,6 @@ extern void print_numeric_long_umask(unsigned long);
|
||||
extern void dumpiov_in_msghdr(struct tcb *, long, unsigned long);
|
||||
extern void dumpiov_in_mmsghdr(struct tcb *, long);
|
||||
extern void dumpiov_upto(struct tcb *, int, long, unsigned long);
|
||||
#define dumpiov(tcp, len, addr) \
|
||||
dumpiov_upto((tcp), (len), (addr), -1UL)
|
||||
extern void dumpstr(struct tcb *, long, int);
|
||||
extern void printstr_ex(struct tcb *, long addr, long len,
|
||||
unsigned int user_style);
|
||||
|
Loading…
x
Reference in New Issue
Block a user