diff mbox series

[v3,13/29] nios2: Add <bits/pagesize.h>

Message ID 42f50c13d392183035e04e19bdd71423b9bdf666.1727624528.git.fweimer@redhat.com
State New
Headers show
Series Teach glibc about possible page sizes and handle gaps in ld.so | expand

Commit Message

Florian Weimer Sept. 29, 2024, 4:22 p.m. UTC
The arch/nios2/Kconfig file in the Linux kernel sources uses
HAVE_PAGE_SIZE_4KB only, so the page size is always 4 KiB.
---
 sysdeps/nios2/bits/pagesize.h | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 sysdeps/nios2/bits/pagesize.h
diff mbox series

Patch

diff --git a/sysdeps/nios2/bits/pagesize.h b/sysdeps/nios2/bits/pagesize.h
new file mode 100644
index 0000000000..352fb732d7
--- /dev/null
+++ b/sysdeps/nios2/bits/pagesize.h
@@ -0,0 +1,2 @@ 
+#define __GLIBC_PAGE_SHIFT_MIN 12
+#define __GLIBC_PAGE_SHIFT_MAX 12