Hello Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31379
to look at the new patch set (#2).
Change subject: libpayload: Draw time_t and suseconds_t into sys/types.h ......................................................................
libpayload: Draw time_t and suseconds_t into sys/types.h
These are not architecture specific and were the only reason to include `arch/types.h` in `sys/types.h`.
Beware this may break payloads that assume non-standard definitions in `sys/types.h`.
Change-Id: I00d513a4775b013221df98d3d96c096320663cdd Signed-off-by: Nico Huber nico.h@gmx.de --- M payloads/libpayload/include/arm/arch/types.h M payloads/libpayload/include/arm64/arch/types.h M payloads/libpayload/include/mips/arch/types.h M payloads/libpayload/include/sys/types.h M payloads/libpayload/include/x86/arch/types.h 5 files changed, 2 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/31379/2