--- libaitsched/src/aitsched.c 2023/02/23 17:13:01 1.30.2.4 +++ libaitsched/src/aitsched.c 2023/02/24 15:49:01 1.30.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.c,v 1.30.2.4 2023/02/23 17:13:01 misho Exp $ +* $Id: aitsched.c,v 1.30.2.5 2023/02/24 15:49:01 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1167,6 +1167,10 @@ schedSignalDispatch(sched_root_task_t * __restrict roo return -1; #else pthread_attr_t attr; +#endif + +#if SUP_ENABLE == KQ_SUPPORT + return 0; #endif if (!on) {