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



##########
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:
       I see the code has already changed, but just for reference:  uint64_t is 
not available on all platforms supported by NuttX.  Its use should be guarded 
by CONFIG_HAVE_LONG_LONG which gets defined in nuttx/compiler.h




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


Reply via email to