summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-09-26 09:31:28 -0600
committerTom Rini <[email protected]>2025-10-10 10:26:47 -0600
commit8ea8487da05cf93a9ae49c170f3b15d585a368f6 (patch)
tree717cace637e0c8deb995653f1973e19ef9560118 /doc/develop/bootstd
parent0a71fe2805eb8c8b1ede9525a28810266b77bcd7 (diff)
include: completion.h: Convert the rest of the dummy functions to macros
While we declare some of our dummy functions as "inline" we do not also declare them as "static" and so it is possible for the compiler to decide to make these as global functions instead. This can lead to link time failures in some cases, such as "allyesconfig". As these are just dummy functions, convert them to a macro instead. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/develop/bootstd')
0 files changed, 0 insertions, 0 deletions