xiaoxiang781216 commented on code in PR #7115:
URL: https://github.com/apache/nuttx/pull/7115#discussion_r1049277487


##########
include/time.h:
##########
@@ -98,7 +98,11 @@
 
 /* Scalar types */
 
+#ifdef CONFIG_SYSTEM_TIME64
+typedef int64_t   time_t;         /* Holds time in seconds */

Review Comment:
   It's fine to use unsigned, could you provide a patch?



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