summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/POSIX/readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/POSIX/readv.c')
-rw-r--r--testsuites/libtests/POSIX/readv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/POSIX/readv.c b/testsuites/libtests/POSIX/readv.c
index a980e9468c..6b0bf63f94 100644
--- a/testsuites/libtests/POSIX/readv.c
+++ b/testsuites/libtests/POSIX/readv.c
@@ -14,7 +14,7 @@
int main(void)
{
- struct iovec iov;
+ struct iovec iov = { 0 };
int count = 4;
ssize_t ret;