| Index: runtime/bin/file_fuchsia.cc
|
| diff --git a/runtime/bin/file_fuchsia.cc b/runtime/bin/file_fuchsia.cc
|
| index b18f4237177103f148d7b7ef4e10675c1cf10d04..d88fd55c82b5016e16fa6dc1fd9d44d98dc5522c 100644
|
| --- a/runtime/bin/file_fuchsia.cc
|
| +++ b/runtime/bin/file_fuchsia.cc
|
| @@ -112,6 +112,9 @@ bool File::SetPosition(int64_t position) {
|
| }
|
|
|
|
|
| +void File::SetTranslation(DartFileTranslation translation) {}
|
| +
|
| +
|
| bool File::Truncate(int64_t length) {
|
| ASSERT(handle_->fd() >= 0);
|
| return NO_RETRY_EXPECTED(ftruncate(handle_->fd(), length) != -1);
|
|
|