Joel Sherrill commented on a discussion on cpukit/posix/src/condtimedwait.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128328 > if ( abstime == NULL ) { > return EINVAL; /* not specified */ > } > - return _POSIX_Condition_variables_Wait_support( > - cond, > - mutex, > - abstime > - ); > + return _POSIX_Condition_variables_Wait_support( cond, mutex, abstime, > NULL ); Ignore my suggestion. It isn't working out cleanly. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128328 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
