From 52f7e83113c9294b38e06cfcd7fa2d143d37ac9a Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 18 Jul 2021 18:35:47 +0200 Subject: [PATCH] Complete revert of faulty polling workaround 62d8f7277 ("Revert "Avoid excessive polling of universal variable file"") was not a complete revert, which seems to have caused the problem reported in https://github.com/IlanCosman/tide/issues/171. See #8088 --- src/input_common.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/input_common.cpp b/src/input_common.cpp index b8afff669..e280c9605 100644 --- a/src/input_common.cpp +++ b/src/input_common.cpp @@ -98,9 +98,7 @@ static readb_result_t readb(int in_fd) { // This may come about through readability, or through a call to poll(). if ((fdset.test(notifier_fd) && notifier.notification_fd_became_readable(notifier_fd)) || notifier.poll()) { - if (env_universal_barrier()) { - return readb_uvar_notified; - } + return readb_uvar_notified; } // Check stdin.