summaryrefslogtreecommitdiff
path: root/sysdeps/stub/writev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/writev.c')
-rw-r--r--sysdeps/stub/writev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/writev.c b/sysdeps/stub/writev.c
index 1fd7c2ec73..d18d73cddc 100644
--- a/sysdeps/stub/writev.c
+++ b/sysdeps/stub/writev.c
@@ -29,7 +29,7 @@ int
__writev (fd, vector, count)
int fd;
const struct iovec *vector;
- size_t count;
+ int count;
{
__set_errno (ENOSYS);
return -1;