aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__fxstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__fxstat64.c')
-rw-r--r--guts/__fxstat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/__fxstat64.c b/guts/__fxstat64.c
index 2e7919c..59f8a59 100644
--- a/guts/__fxstat64.c
+++ b/guts/__fxstat64.c
@@ -16,7 +16,7 @@
errno = save_errno;
return rc;
}
- msg = pseudo_client_op(OP_FSTAT, fd, -1, 0, buf);
+ msg = pseudo_client_op(OP_FSTAT, 0, fd, -1, 0, buf);
if (msg) {
if (msg->result == RESULT_SUCCEED)
pseudo_stat_msg(buf, msg);