aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/common_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index f333c41f1..23f830a8f 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -1229,6 +1229,8 @@ struct fs_image_segment {
#define sys_memfd_create 279
#elif GOARCH_ppc64le
#define sys_memfd_create 360
+#elif GOARCH_mips64le
+#define sys_memfd_create 314
#endif
static unsigned long fs_image_segment_check(unsigned long size, unsigned long nsegs, long segments)