diff options
Diffstat (limited to 'lldb/include/lldb/Host/File.h')
-rw-r--r-- | lldb/include/lldb/Host/File.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Host/File.h b/lldb/include/lldb/Host/File.h index 662a0eae89b..a0e625771fa 100644 --- a/lldb/include/lldb/Host/File.h +++ b/lldb/include/lldb/Host/File.h @@ -457,10 +457,10 @@ public: /// Variable arguments that are needed for the printf style /// format string \a format. //------------------------------------------------------------------ - int + size_t Printf (const char *format, ...) __attribute__ ((format (printf, 2, 3))); - int + size_t PrintfVarArg(const char *format, va_list args); protected: |