commit | e5dcf98ebd1f6c41ebccefc202adbab970009f92 | [log] [tgz] |
---|---|---|
author | Scott Branden <scott.branden@broadcom.com> | Tue Aug 25 13:49:32 2020 -0700 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Nov 08 14:41:17 2021 +0000 |
tree | da86b310c5d589ce2a0a4cb93e0ab88af5818c2d | |
parent | 8950112a8b68d9257d02b7f92e5a07dcc11f459c [diff] |
fix: libc: use long for 64-bit types on aarch64 Use long instead of long long on aarch64 for 64_t stdint types. Introduce inttypes.h to properly support printf format specifiers for fixed width types for such change. Change-Id: I0bca594687a996fde0a9702d7a383055b99f10a1 Signed-off-by: Scott Branden <scott.branden@broadcom.com>