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

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

Change-Id: Iccde144173de7313dfbf39718d3367ab9e905d13
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, ...);