tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

MdePkg/UefiDebugLibDebugPortProtocol: ExitBootServicesCallback() static #5917

Closed makubacki closed 1 month ago

makubacki commented 1 month ago

Description

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3083

Since this is a library, make the function ExitBootServicesCallback() STATIC to prevent the likelihood that it collides with other symbols.

How This Was Tested

Integration Instructions

N/A

makubacki commented 1 month ago

A replacement PR for https://github.com/tianocore/edk2/pull/5849 which already had approvals but could not be submitted due to a mergify issue.