commit | 8b33567189ea25fbdd454d9c4cc75cb2850a821f | [log] [tgz] |
---|---|---|
author | Vince Harron <vince@nethacker.com> | Tue May 12 01:10:56 2015 +0000 |
committer | Vince Harron <vince@nethacker.com> | Tue May 12 01:10:56 2015 +0000 |
tree | 1f16337a50f4a62cd82d8961ee311390a9a10614 | |
parent | 7b6c0e02acd94ece5b3d6674a1c397adf7f9d7b3 [diff] [blame] |
Get lldb-server building on android-9 Build lldb-server with an android-9 sysroot. llvm-svn: 237078
diff --git a/lldb/source/Utility/PseudoTerminal.cpp b/lldb/source/Utility/PseudoTerminal.cpp index 302c265..bc3cfee 100644 --- a/lldb/source/Utility/PseudoTerminal.cpp +++ b/lldb/source/Utility/PseudoTerminal.cpp
@@ -34,6 +34,7 @@ pid_t setsid(void) { return 0; } #elif defined(__ANDROID_NDK__) #include "lldb/Host/android/Android.h" +int posix_openpt(int flags); #endif using namespace lldb_utility;