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) {