Fix functions visibility

This commit is contained in:
Alex
2023-04-02 15:48:45 +03:00
parent 434589b73c
commit 865ad9257b
2 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
#include "../../../Kernel/syscalls.h"
long __FILE_GetPageSize()
__attribute__((visibility("hidden"))) long __FILE_GetPageSize()
{
static long PageSize = 0;
if (PageSize == 0)