commit | 3db97c73a2fba114bef335c31bc1e5a08a850bac | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Apr 09 19:33:36 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 09 19:33:36 2024 +0000 |
tree | 4cafecfbf4cb69577bd1acb528db7d5e5b119c79 | |
parent | 2f526fb4d1d9221fc06d72d71264e287192a5085 [diff] | |
parent | e5bd239ba14ce3bb816b52f32f4725770e2c1c1d [diff] |
Merge "Add NGROUPS." into main
diff --git a/libc/include/sys/shm.h b/libc/include/sys/shm.h index fb6f20c..8ab3d9a 100644 --- a/libc/include/sys/shm.h +++ b/libc/include/sys/shm.h
@@ -36,11 +36,12 @@ #include <sys/cdefs.h> #include <sys/ipc.h> #include <sys/types.h> +#include <unistd.h> #include <linux/shm.h> #define shmid_ds shmid64_ds -#define SHMLBA 4096 +#define SHMLBA getpagesize() __BEGIN_DECLS