Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
b1acebf4
Commit
b1acebf4
authored
Dec 16, 2019
by
György Szing
Committed by
TrustedFirmware Code Review
Dec 16, 2019
Browse files
Merge "libc: Fix SIZE_MAX on AArch32" into integration
parents
7835049c
ae4a90f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/libc/stdint.h
View file @
b1acebf4
...
@@ -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 U
INT64
_MAX
#define SIZE_MAX U
LONG
_MAX
#define INT8_C(x) x
#define INT8_C(x) x
#define INT16_C(x) x
#define INT16_C(x) x
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment