[dtrace] Remove our duplicates of DTrace probe defines.
[mono.git] / mono / utils / mono-threads-mach.c
index ddc8ae1cbb54e09ffe05ced24a730d2038307a2b..fabef2849219ef9819445c9165d2cfb47c12075d 100644 (file)
@@ -34,6 +34,17 @@ mono_threads_core_interrupt (MonoThreadInfo *info)
        thread_abort (info->native_handle);
 }
 
+void
+mono_threads_core_abort_syscall (MonoThreadInfo *info)
+{
+}
+
+gboolean
+mono_threads_core_needs_abort_syscall (void)
+{
+       return FALSE;
+}
+
 gboolean
 mono_threads_core_suspend (MonoThreadInfo *info)
 {