aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/ndk_cruft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bionic/ndk_cruft.cpp')
-rw-r--r--libc/bionic/ndk_cruft.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/bionic/ndk_cruft.cpp b/libc/bionic/ndk_cruft.cpp
index b15a3171f..e9a5b5b79 100644
--- a/libc/bionic/ndk_cruft.cpp
+++ b/libc/bionic/ndk_cruft.cpp
@@ -55,9 +55,8 @@ extern "C" {
// By the time any NDK-built code is running, there are plenty of threads.
int __isthreaded = 1;
-// These were accidentally declared in <unistd.h> because we used to inline
-// getpagesize() and __getpageshift(). Needed for backwards compatibility
-// with old NDK apps.
+// These were accidentally declared in <unistd.h> because we stupidly used to inline
+// getpagesize() and __getpageshift(). Needed for backwards compatibility with old NDK apps.
unsigned int __page_size = PAGE_SIZE;
unsigned int __page_shift = 12;