summaryrefslogtreecommitdiff
path: root/include/lldb/Target/RemoteAwarePlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/RemoteAwarePlatform.h')
-rw-r--r--include/lldb/Target/RemoteAwarePlatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/RemoteAwarePlatform.h b/include/lldb/Target/RemoteAwarePlatform.h
index 524332f948a54..55d5ff673f1d6 100644
--- a/include/lldb/Target/RemoteAwarePlatform.h
+++ b/include/lldb/Target/RemoteAwarePlatform.h
@@ -22,7 +22,7 @@ public:
bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
ModuleSpec &module_spec) override;
- lldb::user_id_t OpenFile(const FileSpec &file_spec, uint32_t flags,
+ lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
uint32_t mode, Status &error) override;
bool CloseFile(lldb::user_id_t fd, Status &error) override;