mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 15:19:21 +00:00
Fix functions visibility
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#include "../../../Kernel/syscalls.h"
|
||||
|
||||
long __FILE_GetPageSize()
|
||||
__attribute__((visibility("hidden"))) long __FILE_GetPageSize()
|
||||
{
|
||||
static long PageSize = 0;
|
||||
if (PageSize == 0)
|
||||
|
Reference in New Issue
Block a user