zhaoxiu-zeng commented on a change in pull request #5171: URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r801410967
########## File path: include/nuttx/sched.h ########## @@ -656,6 +656,10 @@ struct tcb_s sem_t *waitsem; /* Semaphore ID waiting on */ +#ifdef CONFIG_PRIORITY_INHERITANCE + FAR struct semholder_s *holdsem; /* List of held semaphores */ Review comment: Applied, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org