Merge pull request #948 from ermshiperete/bug-xamarin-2394
[mono.git] / mono / mini / mini-posix.c
index 4bbedb2897c95c5eef9cf7070592d12eec4695cb..67f5725de6ae2db75799a1b7a7f980ed203a4de6 100644 (file)
@@ -728,7 +728,7 @@ mono_gdb_render_native_backtraces (pid_t crashed_pid)
 #if !defined (__MACH__)
 
 gboolean
-mono_thread_state_init_from_handle (MonoThreadUnwindState *tctx, MonoNativeThreadId thread_id, MonoNativeThreadHandle thread_handle)
+mono_thread_state_init_from_handle (MonoThreadUnwindState *tctx, MonoThreadInfo *info)
 {
        g_error ("Posix systems don't support mono_thread_state_init_from_handle");
        return FALSE;