anchao commented on code in PR #12319: URL: https://github.com/apache/nuttx/pull/12319#discussion_r1598393255
########## sched/mqueue/mq_timedsend.c: ########## @@ -142,15 +133,16 @@ static void nxmq_sndtimeout(wdparm_t pid) * ****************************************************************************/ -int file_mq_timedsend(FAR struct file *mq, FAR const char *msg, - size_t msglen, unsigned int prio, - FAR const struct timespec *abstime) +static int +file_mq_timedsend_internal(FAR struct file *mq, FAR const char *msg, + size_t msglen, unsigned int prio, + FAR const struct timespec *abstime, + sclock_t ticks, bool isabs) Review Comment: Done -- 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]
