summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-808400-flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-808400-flock.c')
-rw-r--r--tests/bugs/bug-808400-flock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-808400-flock.c b/tests/bugs/bug-808400-flock.c
index 3a30a1d4b..4770c81dc 100644
--- a/tests/bugs/bug-808400-flock.c
+++ b/tests/bugs/bug-808400-flock.c
@@ -63,9 +63,9 @@ main (int argc, char *argv[])
system (cmd);
/* wait till graph switch completes */
- ret = fstat (fd, &stbuf);
+ ret = fstat64 (fd, &stbuf);
if (ret < 0) {
- fprintf (stderr, "fstat failure (%s)\n", strerror (errno));
+ fprintf (stderr, "fstat64 failure (%s)\n", strerror (errno));
goto out;
}