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:
parent
dbb319464a
commit
7bcff8daba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user