mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:07:43 +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__
|
||||
# include <unistd.h>
|
||||
# undef PAGE_SIZE
|
||||
# define PAGE_SIZE sysconf(_SC_PAGESIZE)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue