Merge "Mark getpagesize() const." am: 48d405ea4b am: 6663a539b4 am: 23925d9c91

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2636854

Change-Id: I24ed50d9a0d062ca5df9985dbe153b4989b412d7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libc/include/unistd.h b/libc/include/unistd.h
index 98fab52..9385264 100644
--- a/libc/include/unistd.h
+++ b/libc/include/unistd.h
@@ -302,7 +302,7 @@
 
 int acct(const char* _Nullable __path);
 
-int getpagesize(void);
+int getpagesize(void) __attribute_const__;
 
 long syscall(long __number, ...);