Diff for /libaitsched/src/tasks.c between versions 1.21.2.1 and 1.21.2.2

version 1.21.2.1, 2013/08/27 01:27:33 version 1.21.2.2, 2013/09/02 11:19:20
Line 138  _sched_threadWrapper(sched_task_t *t) Line 138  _sched_threadWrapper(sched_task_t *t)
         /* notify parent, thread is ready for execution */          /* notify parent, thread is ready for execution */
         pthread_testcancel();          pthread_testcancel();
   
 //      ret = TASK_FUNC(t)(t);  
         ret = schedCall(t);          ret = schedCall(t);
   
         pthread_cleanup_pop(42);          pthread_cleanup_pop(42);

Removed from v.1.21.2.1  
changed lines
  Added in v.1.21.2.2


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