diff options
| author | Rasmus Villemoes <[email protected]> | 2026-07-08 22:37:06 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-21 13:51:07 -0600 |
| commit | 07fcb18623b4d4ad604668cfccb63890ce300ce5 (patch) | |
| tree | 635d902c2bd7a315c7ee3c982480a034e79bce0d /api/api_platform.c | |
| parent | a31d9375dfbd7f0f4030c0b81f2030ff554529be (diff) | |
string: remove more pointless __HAVE_ARCH_STR*
None of these six macros are defined by any architecture. Moreover,
the ifndef guard only exists in either string.h or string.c, making them
completely pointless.
I'm not sure whether we have an explicit coding style discouraging the
"extern" qualifier on function declarations, and string.h has a random
mix of everything, but I can't leave it on strncasecmp() now that it
will be immediately after strcasecmp() which doesn't have it.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Rasmus Villemoes <[email protected]>
Diffstat (limited to 'api/api_platform.c')
0 files changed, 0 insertions, 0 deletions
