containerd/patch/0037-fix-build-error-for-loong64.patch
2024-10-15 20:54:22 +08:00

23 lines
494 B
Diff

From 9fdcd6d6ac3bf222d9b4bb45f282b0c47a6b2057 Mon Sep 17 00:00:00 2001
From: build <build@obs.com>
Date: Tue, 15 Oct 2024 15:24:03 +0800
Subject: [PATCH] fix build error for loong64
---
sys/thp_loong64.go | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 sys/thp_loong64.go
diff --git a/sys/thp_loong64.go b/sys/thp_loong64.go
new file mode 100644
index 0000000..a6db8d6
--- /dev/null
+++ b/sys/thp_loong64.go
@@ -0,0 +1,3 @@
+package sys
+
+const PRCTL_SYSCALL = 167
--
2.43.0