pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r782849747
##########
File path: sched/semaphore/sem_holder.c
##########
@@ -66,7 +66,8 @@ static FAR struct semholder_s *g_freeholders;
* Name: nxsem_allocholder
****************************************************************************/
-static inline FAR struct semholder_s *nxsem_allocholder(sem_t *sem)
+static inline FAR struct semholder_s *nxsem_allocholder(FAR sem_t *sem,
+ FAR struct tcb_s *htcb)
Review comment:
```suggestion
FAR struct tcb_s
*htcb)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]