diff options
Diffstat (limited to 'lldb/source/Host/posix/PipePosix.cpp')
| -rw-r--r-- | lldb/source/Host/posix/PipePosix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/posix/PipePosix.cpp b/lldb/source/Host/posix/PipePosix.cpp index 4e0810c1a9b..142f6c99cb2 100644 --- a/lldb/source/Host/posix/PipePosix.cpp +++ b/lldb/source/Host/posix/PipePosix.cpp @@ -206,7 +206,7 @@ Error PipePosix::OpenAsWriterWithTimeout( } } - return Error(); + return Error::success(); } int PipePosix::GetReadFileDescriptor() const { return m_fds[READ]; } |

