diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_linux.h | 2 |
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) |
