Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 6 May 2024 17:05:36 +0800
From: lixing <lixing@...ngson.cn>
To: musl@...ts.openwall.com
Subject: Add PAGESIZE definition for LoongArch

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.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.