Merge "Add ..DEPRECATED_PAGE_SIZE macro" into main

This commit is contained in:
Steven Moreland 2024-02-28 21:34:56 +00:00 committed by Gerrit Code Review
commit 2215ad406b

View file

@ -32,7 +32,7 @@
__BEGIN_DECLS
#if !defined(__BIONIC_NO_PAGE_SIZE_MACRO)
#if !defined(__BIONIC_NO_PAGE_SIZE_MACRO) || defined(__BIONIC_DEPRECATED_PAGE_SIZE_MACRO)
#define PAGE_SIZE 4096
#define PAGE_MASK (~(PAGE_SIZE - 1))
#endif