xiaoxiang781216 commented on a change in pull request #4779:
URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742216471



##########
File path: libs/libc/wqueue/work_usrthread.c
##########
@@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue)
     {
       struct timespec rqtp;
       time_t sec;
+      uint64_t nsec;

Review comment:
       not all platform support uint64_t

##########
File path: libs/libc/wqueue/work_usrthread.c
##########
@@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue)
     {
       struct timespec rqtp;
       time_t sec;
+      uint64_t nsec;

Review comment:
       not all platform support uint64_t




-- 
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]


Reply via email to