commit | 511c5aa8cb17e51e109f544e25437b8c93d3c3fd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jun 24 03:40:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 24 03:40:52 2023 +0000 |
tree | e83a4858bf062be5931b71640f648cf83f5e0bfd | |
parent | 2607a156aa43e03177e9df825c8c0dc9adbadd3b [diff] | |
parent | 23925d9c914320992e023665780e8b0521275bb4 [diff] |
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, ...);