commit | 48d405ea4b06f7ebde5ac2a372c9ad90c7ac012e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jun 24 01:09:17 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jun 24 01:09:17 2023 +0000 |
tree | 7f6d6f1b476a0dc17eef9f215f435f0c66fd6d09 | |
parent | fe8e5ad222d6832f7bee50cb7e47c3d896c85efb [diff] | |
parent | c77993eda368e86d522d3fa6c75f0440f83f6ef3 [diff] |
Merge "Mark getpagesize() const."
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, ...);