Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / threadpool-io-kqueue.c
index 4422b668e8f61c7c2d2a630e1b1cb702dfb5fd56..657fad7e359767ef40ff70bb337608871f5c8507 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #if defined(HAVE_KQUEUE)
 
@@ -90,7 +93,6 @@ kqueue_event_wait (void (*callback) (gint fd, gint events, gpointer user_data),
        if (ready == -1) {
                switch (errno) {
                case EINTR:
-                       mono_thread_internal_check_for_interruption_critical (mono_thread_internal_current ());
                        ready = 0;
                        break;
                default: