Skip to content

Commit ad7cd05

Browse files
boricjawesomekling
authored andcommitted
AK: Fix redefinition of macro inside AK/Platform.h
1 parent 2b9ad11 commit ad7cd05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AK/Platform.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
#ifndef __serenity__
4949
# include <unistd.h>
50+
# undef PAGE_SIZE
5051
# define PAGE_SIZE sysconf(_SC_PAGESIZE)
5152
#endif
5253

0 commit comments

Comments
 (0)