Index: native_client_sdk/src/libraries/nacl_io/filesystem.cc |
diff --git a/native_client_sdk/src/libraries/nacl_io/filesystem.cc b/native_client_sdk/src/libraries/nacl_io/filesystem.cc |
index 0c5b8ca68094a3a1897bd9816613be96b152611c..7a2b1a01e863d4bf25cb72cc3bbd855b47dc9e47 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/filesystem.cc |
+++ b/native_client_sdk/src/libraries/nacl_io/filesystem.cc |
@@ -48,4 +48,8 @@ void Filesystem::OnNodeDestroyed(Node* node) { |
inode_pool_.Release(node->stat_.st_ino); |
} |
+Error Filesystem::Filesystem_VIoctl(int request, va_list args) { |
+ return EINVAL; |
+} |
+ |
} // namespace nacl_io |