summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-808400-fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-808400-fcntl.c')
-rw-r--r--tests/bugs/bug-808400-fcntl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-808400-fcntl.c b/tests/bugs/bug-808400-fcntl.c
index 36e6cf03..4deef34a 100644
--- a/tests/bugs/bug-808400-fcntl.c
+++ b/tests/bugs/bug-808400-fcntl.c
@@ -84,9 +84,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;
}