typedef fixups, patch from Jean-Daniel Dupas.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@107794 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Host/macosx/Host.mm b/source/Host/macosx/Host.mm
index 0e1410e..4aee444 100644
--- a/source/Host/macosx/Host.mm
+++ b/source/Host/macosx/Host.mm
@@ -213,7 +213,7 @@
::pthread_key_create (&g_thread_create_key, MacOSXDarwinThread::PThreadDestructor);
}
-typedef struct HostThreadCreateInfo
+struct HostThreadCreateInfo
{
std::string thread_name;
thread_func_t thread_fptr;
@@ -503,7 +503,7 @@
return false;
}
-typedef struct MonitorInfo
+struct MonitorInfo
{
int handle;
pthread_t thread;