mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
892ecb4e40
* 32-bit time_t should be unsigned because otherwise it wraps too soon. (in 2038) * 64-bit time_t should be unsigned because it should be consistent within NuttX. * While signed time_t seems more popular among other OSes, the consisitency within NuttX outweighs, IMO.