From d9e050110ef3849eb067794452914a97cd32129c Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 25 Nov 2023 19:25:48 +0300 Subject: [PATCH] no thoughts --- cbt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbt.h b/cbt.h index 349c315..d784e16 100644 --- a/cbt.h +++ b/cbt.h @@ -534,7 +534,7 @@ void *cbt__line_processor(void *arg) { while (cbt_running) { pthread_mutex_lock(&_cbt__autoproc_mut); -#if 1 || defined(__APPLE__) +#if 1 && !defined(__APPLE__) int res = ppoll(cbt__autoproc_fdset.items, cbt__autoproc_fdset.size, &timeout, &sigmask); if (res < 0) {