diff --git a/kitty/child-monitor.c b/kitty/child-monitor.c index 5e9aad045..25437f699 100644 --- a/kitty/child-monitor.c +++ b/kitty/child-monitor.c @@ -5,14 +5,10 @@ * Distributed under terms of the GPL3 license. */ -#ifndef __APPLE__ -// Need _GNU_SOURCE for pthread_setname_np on linux +// Need _GNU_SOURCE for pthread_setname_np #define _GNU_SOURCE -#endif #include -#ifndef __APPLE__ #undef _GNU_SOURCE -#endif #include "data-types.h" #include #include