On Fri, Apr 08, 2022 at 12:18:17PM +0000, Yao, Jiewen wrote:
Can we remove inline keyword?
I don't think it is really needed in EDKII project.
Well, in the header file it is, otherwise we'll get duplicate symbol
errors.
We could probably move the implementation from
CryptoPkg/Library/Include/CrtLibSupport.h to
CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c,
then drop the inline keyword.
take care,
Gerd