Merge "libc: Fix SIZE_MAX on AArch32" into integration

This commit is contained in:
György Szing 2019-12-16 15:44:57 +00:00 committed by TrustedFirmware Code Review
commit b1acebf4fb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
#define PTRDIFF_MIN LONG_MIN
#define PTRDIFF_MAX LONG_MAX
#define SIZE_MAX UINT64_MAX
#define SIZE_MAX ULONG_MAX
#define INT8_C(x) x
#define INT16_C(x) x