commit | 4ce3e99a336b74611349595ea7fd5ed0277c3eeb | [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 | 663461b9144e21b3fb0de92c886b63254964429a [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>