Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31379 )
Change subject: libpayload: Draw time_t and suseconds_t into sys/types.h ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/31379/2/payloads/libpayload/include/sys/type... File payloads/libpayload/include/sys/types.h:
https://review.coreboot.org/#/c/31379/2/payloads/libpayload/include/sys/type... PS2, Line 33: time_t nit: not directly related to this CL, but really, this would probably be better as int64_t. Many operating systems had to learn that the hard way and do costly migrations later.