mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] Add PAGESIZE definition for LoongArch
@ 2024-05-06  9:05 lixing
  2024-05-06 12:36 ` Rich Felker
  0 siblings, 1 reply; 6+ messages in thread
From: lixing @ 2024-05-06  9:05 UTC (permalink / raw)
  To: musl

Hi, Rich,

  arch/loongarch64/bits/limits.h | 1 +
  1 file changed, 1 insertion(+)
  create mode 100644 arch/loongarch64/bits/limits.h

diff --git a/arch/loongarch64/bits/limits.h b/arch/loongarch64/bits/limits.h
new file mode 100644
index 00000000..5cd9aad6
--- /dev/null
+++ b/arch/loongarch64/bits/limits.h
@@ -0,0 +1 @@
+#define PAGESIZE 16384


thanks.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-07 15:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-06  9:05 [musl] Add PAGESIZE definition for LoongArch lixing
2024-05-06 12:36 ` Rich Felker
2024-05-07  1:30   ` lixing
2024-05-07  1:39     ` Rich Felker
2024-05-07  1:45       ` lixing
2024-05-07 15:09         ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).