Diff for /libaitsched/src/aitsched.c between versions 1.30.2.4 and 1.30.2.5

version 1.30.2.4, 2023/02/23 17:13:01 version 1.30.2.5, 2023/02/24 15:49:01
Line 1169  schedSignalDispatch(sched_root_task_t * __restrict roo Line 1169  schedSignalDispatch(sched_root_task_t * __restrict roo
         pthread_attr_t attr;          pthread_attr_t attr;
 #endif  #endif
   
   #if SUP_ENABLE == KQ_SUPPORT
           return 0;
   #endif
   
         if (!on) {          if (!on) {
                 pthread_cancel(root->root_sigthr);                  pthread_cancel(root->root_sigthr);
 #ifdef __linux__  #ifdef __linux__

Removed from v.1.30.2.4  
changed lines
  Added in v.1.30.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>