--- libaitsched/src/tasks.c 2022/11/29 20:15:18 1.30 +++ libaitsched/src/tasks.c 2023/02/24 16:21:05 1.30.6.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tasks.c,v 1.30 2022/11/29 20:15:18 misho Exp $ +* $Id: tasks.c,v 1.30.6.1 2023/02/24 16:21:05 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -495,10 +495,6 @@ sched_task_t * schedSignal(sched_root_task_t * __restrict root, sched_task_func_t func, void *arg, u_long sig, void *opt_data, size_t opt_dlen) { -#if SUP_ENABLE != KQ_SUPPORT - sched_SetErr(ENOTSUP, "disabled kqueue support"); - return NULL; -#else sched_task_t *task; void *ptr; @@ -530,7 +526,6 @@ schedSignal(sched_root_task_t * __restrict root, sched task = sched_unuseTask(task); return task; -#endif /* KQ_SUPPORT */ } /*