aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-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 c4b3f052f..cb60ca9de 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -1655,6 +1655,8 @@ struct fs_image_segment {
#define sys_memfd_create 360
#elif GOARCH_mips64le
#define sys_memfd_create 314
+#elif GOARCH_s390x
+#define sys_memfd_create 350
#endif
static unsigned long fs_image_segment_check(unsigned long size, unsigned long nsegs, long segments)