[PATCH v5 16/23] s390: Add <bits/pagesize.h>
Florian Weimer
fweimer@redhat.com
Fri May 16 15:33:07 GMT 2025
The s390 and 390x psABI supplements specify that the page size is
4096 bytes, and that is what Linux supports.
Reviewed-by: Stefan Liebler <stli@linux.ibm.com>
---
sysdeps/s390/bits/pagesize.h | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 sysdeps/s390/bits/pagesize.h
diff --git a/sysdeps/s390/bits/pagesize.h b/sysdeps/s390/bits/pagesize.h
new file mode 100644
index 0000000000..352fb732d7
--- /dev/null
+++ b/sysdeps/s390/bits/pagesize.h
@@ -0,0 +1,2 @@
+#define __GLIBC_PAGE_SHIFT_MIN 12
+#define __GLIBC_PAGE_SHIFT_MAX 12
--
2.49.0
More information about the Libc-alpha
mailing list