| Index: runtime/bin/file_fuchsia.cc
|
| diff --git a/runtime/bin/file_fuchsia.cc b/runtime/bin/file_fuchsia.cc
|
| index cdc587625c931d85ec9ffe58e9fa8661c151f8be..fdc26238821b7d017e80de5cb75e070df6947362 100644
|
| --- a/runtime/bin/file_fuchsia.cc
|
| +++ b/runtime/bin/file_fuchsia.cc
|
| @@ -75,13 +75,7 @@ bool File::IsClosed() {
|
| }
|
|
|
|
|
| -void* File::Map(MapType type, int64_t position, int64_t length) {
|
| - UNIMPLEMENTED();
|
| - return NULL;
|
| -}
|
| -
|
| -
|
| -void* File::MapReadExecute(int64_t position, int64_t length) {
|
| +void* File::MapExecutable(intptr_t* len) {
|
| UNIMPLEMENTED();
|
| return NULL;
|
| }
|
|
|