commit | 2040548fcb7d5389e55634e3944bcfeba9afdcff | [log] [tgz] |
---|---|---|
author | Omair Javaid <omair.javaid@linaro.org> | Sun Aug 09 19:04:41 2015 +0000 |
committer | Omair Javaid <omair.javaid@linaro.org> | Sun Aug 09 19:04:41 2015 +0000 |
tree | fe115a8f05f9bff7b5fb708a4acaaba0a8bbf2ac | |
parent | 4232fb3f8d76ccdc09cb6456b04fa22c09af4538 [diff] [blame] |
Fix for build errors on arm-linux-gnueabi-gcc http://reviews.llvm.org/D11256 llvm-svn: 244419
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h index 1632f7f..4ab2084 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
@@ -171,7 +171,7 @@ const ProcessLaunchInfo &m_launch_info; }; - typedef std::function<::pid_t(Error &)> InitialOperation; + typedef std::function< ::pid_t(Error &)> InitialOperation; // --------------------------------------------------------------------- // Private Instance Methods