From 83f25cd36182d01c7c1e396b45bf142f266562b8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Mar 2023 07:21:43 +0530 Subject: [PATCH] Fix #6105 --- kitty/child-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/child-monitor.c b/kitty/child-monitor.c index e3ee2c3c3..cac54e63d 100644 --- a/kitty/child-monitor.c +++ b/kitty/child-monitor.c @@ -34,7 +34,7 @@ extern PyTypeObject Screen_Type; #define EVDBG(...) #endif -#define EXTRA_FDS 3 +#define EXTRA_FDS 2 #ifndef MSG_NOSIGNAL // Apple does not implement MSG_NOSIGNAL #define MSG_NOSIGNAL 0