summaryrefslogtreecommitdiffstats
path: root/tests/bugs/io-cache/bug-read-hang.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/io-cache/bug-read-hang.c')
-rw-r--r--tests/bugs/io-cache/bug-read-hang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/io-cache/bug-read-hang.c b/tests/bugs/io-cache/bug-read-hang.c
index 74dfddd7a6e..7709a41719d 100644
--- a/tests/bugs/io-cache/bug-read-hang.c
+++ b/tests/bugs/io-cache/bug-read-hang.c
@@ -102,7 +102,7 @@ main (int argc, char *argv[])
buf = (char *) malloc (5);
- ret = glfs_pread (fd, buf, 5, 0, 0);
+ ret = glfs_pread (fd, buf, 5, 0, 0, NULL);
if (ret < 0) {
fprintf (stderr, "Read(%s): %d (%s)\n", "test", ret,
strerror (errno));