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