cederom commented on PR #14460:
URL: https://github.com/apache/nuttx/pull/14460#issuecomment-2462975671

   There is no final decision yet but it would help the decision with the 
proof-of-concept:
   1. Kconfig configurable `time_t` type selection.
   2. Possible choices: `int64_t`, `int32_t`, `uint32_t`.
   3. `int64_t` is the default (according to POSIX.1-2024 / IEEE Std 
1003.1-2024 / The Open Group Standard Base Specifications, Issue 8 [1][2][3]).
   
   [1] https://pubs.opengroup.org/onlinepubs/9799919799/
   [2] https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/time.h.html
   [3] 
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html


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