diff options
author | Jacob Garber <jgarber1@ualberta.ca> | 2021-06-06 19:56:14 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-10 05:36:30 +0000 |
commit | 26979ca47036ac6d50a3d9f186b6c420fd4a243f (patch) | |
tree | ea0185262868f08892eae734952f04142cd4a17c /src/mainboard/bap | |
parent | 3d2ef9aea954ee32567385d71dbf97f46e6ad641 (diff) |
stddef.h: Use compiler macros for built-in integer types
ptrdiff_t, wchar_t, and wint_t are all integer types built-in to the C
language (as opposed to being library-only types defined in a header).
In the past we had to define these typedefs ourselves because of romcc,
but now that it's gone we should use the GCC-provided macros to select
the types the compiler expects.
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Change-Id: I0874eddf780b6e41ce773ad8b4faa595e4bbd8a7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55260
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/bap')
0 files changed, 0 insertions, 0 deletions