user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] ds: add missing label for systems w/o EPOLLEXCLUSIVE
@ 2020-09-27 21:26 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-09-27 21:26 UTC (permalink / raw)
  To: meta

Oops :x
---
 lib/PublicInbox/DS.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index 9c278307..d0caa5e7 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -332,6 +332,7 @@ sub new {
 
     _InitPoller();
 
+retry:
     if (epoll_ctl($Epoll, EPOLL_CTL_ADD, $fd, $ev)) {
         if ($! == EINVAL && ($ev & EPOLLEXCLUSIVE)) {
             $ev &= ~EPOLLEXCLUSIVE;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-27 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 21:26 [PATCH] ds: add missing label for systems w/o EPOLLEXCLUSIVE Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).