On Fri, Nov 8, 2024 at 3:42 AM Gregory Nutt <spudan...@gmail.com> wrote: > > > On 11/7/2024 12:34 PM, Tomek CEDRO wrote: > > Still it will be possible to set _by_hand_ other values (i.e. int32_t > > or uint32_t) via kconfig when necessary for older / smaller platforms. > > But not POSIX 2024 compliant. We have forbid non-compliant options in > the past. The option would basic say "Select to make NuttX > non-compliant with POSIX." We don't usually allow that kind of option; > many useful Kconfig options have been removed just that reason. Since > the size of time_t is 64-bits in all cases, I think we have to comply.
have you decided that targets w/o 64-bit integers are not good enough reason to diverge from what the latest posix says about time_t? are we effectively dropping those targets?