about summary refs log tree commit diff
path: root/sysdeps/nacl/xstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/xstat.c')
-rw-r--r--sysdeps/nacl/xstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/xstat.c b/sysdeps/nacl/xstat.c
index 022cf0294f..8180c9362c 100644
--- a/sysdeps/nacl/xstat.c
+++ b/sysdeps/nacl/xstat.c
@@ -35,7 +35,7 @@ int
 __xstat (int vers, const char *file, struct stat *buf)
 {
   nacl_abi_stat_t abi_buf;
-  return NACL_CALL (__nacl_irt_filename.stat (file, &abi_buf),
+  return NACL_CALL (__nacl_irt_dev_filename.stat (file, &abi_buf),
                     __xstat_conv (vers, &abi_buf, buf));
 }
 hidden_def (__xstat)