[PATCH v3 17/29] s390: Add <bits/pagesize.h>

Florian Weimer fweimer@redhat.com
Sun Sep 29 16:30:34 GMT 2024


The s390 and 390x psABI supplements specify that the page size is
4096 bytes, and that is what Linux supports.
---
 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.46.2




More information about the Libc-alpha mailing list