You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/10/19 12:47:08 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4693: time_t:add unsigned integer define time_t

xiaoxiang781216 commented on pull request #4693:
URL: https://github.com/apache/incubator-nuttx/pull/4693#issuecomment-946686089


   > > int64_t tyoedef is guarded by CONFIG_SYSTEM_TIME64, so it is not real issue.
   > 
   > It is an issue because CONFIG_SYSTEM_TIME64 value is not effected by CONFIG_HAVE_LONG_LONG; the first is defined by the configuration, the second by compiler.h. nuttx/clock.h "fixes" any inconsistency. However, nuttx/clock.h that is not included by sys/types.h.
   
   Move the CONFIG_HAVE_LONG_LONG check to sys/types.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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org