mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
AK: Fix redefinition of macro inside AK/Platform.h
This commit is contained in:
parent
2b9ad11bd8
commit
ad7cd05fc1
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
#ifndef __serenity__
|
#ifndef __serenity__
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
# undef PAGE_SIZE
|
||||||
# define PAGE_SIZE sysconf(_SC_PAGESIZE)
|
# define PAGE_SIZE sysconf(_SC_PAGESIZE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue