commit | 4b8042c17d556b0ea8afc62bc2bea8fa04d4608a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jun 24 04:32:40 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 24 04:32:40 2023 +0000 |
tree | e83a4858bf062be5931b71640f648cf83f5e0bfd | |
parent | 7c599915f957ba7a5e70715c0d2d57d77e3283ad [diff] | |
parent | 511c5aa8cb17e51e109f544e25437b8c93d3c3fd [diff] |
Merge "Mark getpagesize() const." am: 48d405ea4b am: 6663a539b4 am: 23925d9c91 am: 511c5aa8cb Original change: https://android-review.googlesource.com/c/platform/bionic/+/2636854 Change-Id: I677f499707ca5ed6c8d7287b8a9fe8503804edc4 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, ...);