From dca7671f9895c247441a0eeb2b0977cac5f73129 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 23 Dec 2008 13:02:13 +0000 Subject: - _syscall?() need to superfluous trailing ';' - reduce patch noise a little bit --- libc/sysdeps/linux/common/readv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/readv.c') 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 -- cgit v1.2.3