summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io.c b/io.c
index 3f8757c..7ebf0ed 100644
--- a/io.c
+++ b/io.c
@@ -76,10 +76,7 @@ sys_write(struct tcb *tcp)
#if HAVE_SYS_UIO_H
void
-tprint_iov(tcp, len, addr)
-struct tcb * tcp;
-unsigned long len;
-unsigned long addr;
+tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr)
{
#if defined(LINUX) && SUPPORTED_PERSONALITIES > 1
union {