Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / threadpool-io-epoll.c
index 2bc99e105b9cca5e57845d28d8ff21e3a68a305d..67d555707a593382872dac3445295d337ff6ee5f 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #if defined(HAVE_EPOLL)
 
@@ -93,7 +96,6 @@ epoll_event_wait (void (*callback) (gint fd, gint events, gpointer user_data), g
        if (ready == -1) {
                switch (errno) {
                case EINTR:
-                       mono_thread_internal_check_for_interruption_critical (mono_thread_internal_current ());
                        ready = 0;
                        break;
                default: