Make old ABI func static

Otherwise, LLVM will emit an extern symbol if -O0 is used
which will break the build

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-07-02 20:33:16 +01:00
parent f77e4e8a8e
commit 9c953ddf27
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ ReallocatePool_1 (
IN VOID *OldPool OPTIONAL
);
static
inline
VOID *
EFIAPI