diff options
Diffstat (limited to 'libc/sysdeps/linux/common/readv.c')
-rw-r--r-- | libc/sysdeps/linux/common/readv.c | 2 |
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 |