mirror of
https://github.com/linux-msm/qrtr.git
synced 2026-01-17 17:20:08 +01:00
fef484babd0a6cdca203e568b606837c86f99998
Currently, offsetof produces an unsigned long, while qmi_elem_info's offset member is a uint32_t. Since this is not the same type on all platforms, this change uses a size_t for both. stddef.h is also included for the standard offsetof definition, which also produces a size_t. This change also makes similar modifications to list.h.
Description
Languages
C
86.8%
Python
5.9%
Shell
5.3%
Meson
2%