Commit b1acebf4 authored by György Szing's avatar György Szing Committed by TrustedFirmware Code Review
Browse files

Merge "libc: Fix SIZE_MAX on AArch32" into integration

parents 7835049c ae4a90f2
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
#define PTRDIFF_MIN LONG_MIN #define PTRDIFF_MIN LONG_MIN
#define PTRDIFF_MAX LONG_MAX #define PTRDIFF_MAX LONG_MAX
#define SIZE_MAX UINT64_MAX #define SIZE_MAX ULONG_MAX
#define INT8_C(x) x #define INT8_C(x) x
#define INT16_C(x) x #define INT16_C(x) x
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment