AK: Fix redefinition of macro inside AK/Platform.h

This commit is contained in:
Jean-Baptiste Boric 2021-04-28 12:22:20 +02:00 committed by Andreas Kling
parent 2b9ad11bd8
commit ad7cd05fc1
Notes: sideshowbarker 2024-07-18 18:09:02 +09:00

View File

@ -47,6 +47,7 @@
#ifndef __serenity__
# include <unistd.h>
# undef PAGE_SIZE
# define PAGE_SIZE sysconf(_SC_PAGESIZE)
#endif