Index: native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc |
diff --git a/native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc b/native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc |
index 1e6ece1a5068137a72e6b3ff202942286887cf51..bfbd1728f5984f69437fa05ad9756bfc1cdec648 100644 |
--- a/native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc |
+++ b/native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc |
@@ -40,7 +40,7 @@ TEST(FilesystemTest, Sanity) { |
ScopedNode root; |
ScopedNode result_node; |
- size_t result_size = 0; |
+ off_t result_size = 0; |
int result_bytes = 0; |
char buf1[1024]; |