mazen Adel commented on a discussion on cpukit/posix/src/condwaitsupp.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128403

 > -        &queue_context,
 > -        _POSIX_Condition_variables_Enqueue_with_timeout_monotonic
 > -      );
 > -    } else {
 > -      _Thread_queue_Context_set_enqueue_callout(
 > -        &queue_context,
 > -        _POSIX_Condition_variables_Enqueue_with_timeout_realtime
 > -      );
 > -    }
 > -  } else {
 > -    _Thread_queue_Context_set_enqueue_callout(
 > -      &queue_context,
 > -      _POSIX_Condition_variables_Enqueue_no_timeout
 > -    );
 > -  }
 > +      if ( clock_id == CLOCK_MONOTONIC ) {

It should be fixed now.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128403
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to