summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/readv.c')
-rw-r--r--libc/sysdeps/linux/common/readv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/readv.c b/libc/sysdeps/linux/common/readv.c
index 20c87084d..fce396d5f 100644
--- a/libc/sysdeps/linux/common/readv.c
+++ b/libc/sysdeps/linux/common/readv.c
@@ -46,5 +46,5 @@ ssize_t readv (int fd, const struct iovec *vector, int count)
}
#else
_syscall3(ssize_t, readv, int, filedes, const struct iovec *, vector,
- int, count);
+ int, count)
#endif