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 04:26:33 UTC

[GitHub] [incubator-nuttx] patacongo commented on pull request #4693: time:follow POSIX use int64_t to define time_t

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


   This will break several architectures that do not support 64-bit long long types.  This includes *all* of the ZiLOG architectures.  This logic all needs to conditioned on CONFIG_HAVE_LONG_LONG.


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