diff options
Diffstat (limited to 'sysdeps/stub/readv.c')
-rw-r--r-- | sysdeps/stub/readv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/readv.c b/sysdeps/stub/readv.c index a3240df239..8dd22d9649 100644 --- a/sysdeps/stub/readv.c +++ b/sysdeps/stub/readv.c @@ -29,7 +29,7 @@ int __readv (fd, vector, count) int fd; const struct iovec *vector; - size_t count; + int count; { __set_errno (ENOSYS); return -1; |