mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Fix redefinition of macro inside AK/Platform.h
This commit is contained in:
parent
2b9ad11bd8
commit
ad7cd05fc1
Notes:
sideshowbarker
2024-07-18 18:09:02 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/ad7cd05fc10 Pull-request: https://github.com/SerenityOS/serenity/pull/7105
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…
Reference in a new issue