1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00

mising: add __NR_memfd_create syscall number for s390

This commit is contained in:
Hendrik Brueckner 2015-09-23 13:42:56 +02:00 committed by Daniel Mack
parent dbb319464a
commit 7bcff8daba

View File

@ -139,6 +139,8 @@ static inline int pivot_root(const char *new_root, const char *put_old) {
# define __NR_memfd_create 385 # define __NR_memfd_create 385
# elif defined __aarch64__ # elif defined __aarch64__
# define __NR_memfd_create 279 # define __NR_memfd_create 279
# elif defined __s390__
# define __NR_memfd_create 350
# elif defined _MIPS_SIM # elif defined _MIPS_SIM
# if _MIPS_SIM == _MIPS_SIM_ABI32 # if _MIPS_SIM == _MIPS_SIM_ABI32
# define __NR_memfd_create 4354 # define __NR_memfd_create 4354