--- libaitsched/src/tasks.c 2022/11/29 20:15:18 1.30 +++ libaitsched/src/tasks.c 2023/02/25 15:55:01 1.31 @@ -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.31 2023/02/25 15:55:01 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2022 +Copyright 2004 - 2023 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -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 */ } /*