about summary refs log tree commit diff
path: root/sysdeps/nacl/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/open.c')
-rw-r--r--sysdeps/nacl/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/open.c b/sysdeps/nacl/open.c
index cb4700ff24..381751a9cd 100644
--- a/sysdeps/nacl/open.c
+++ b/sysdeps/nacl/open.c
@@ -38,7 +38,7 @@ __libc_open (const char *file, int oflag, ...)
     }
 
   int fd;
-  return NACL_CALL (__nacl_irt_filename.open (file, oflag, mode, &fd), fd);
+  return NACL_CALL (__nacl_irt_dev_filename.open (file, oflag, mode, &fd), fd);
 }
 libc_hidden_def (__libc_open)
 weak_alias (__libc_open, __open)