projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb3194
)
mising: add __NR_memfd_create syscall number for s390
author
Hendrik Brueckner
<brueckner@linux.vnet.ibm.com>
Wed, 23 Sep 2015 11:42:56 +0000
(13:42 +0200)
committer
Daniel Mack
<daniel@zonque.org>
Wed, 23 Sep 2015 13:46:30 +0000
(15:46 +0200)
src/basic/missing.h
patch
|
blob
|
history
diff --git
a/src/basic/missing.h
b/src/basic/missing.h
index dc1f244d4c5e0d5b4608460c8dd8768ebe9b4509..93a7cb9aa0780d4aef73a0fe4428d30151679ff2 100644
(file)
--- a/
src/basic/missing.h
+++ b/
src/basic/missing.h
@@
-139,6
+139,8
@@
static inline int pivot_root(const char *new_root, const char *put_old) {
# define __NR_memfd_create 385
# elif defined __aarch64__
# define __NR_memfd_create 279
+# elif defined __s390__
+# define __NR_memfd_create 350
# elif defined _MIPS_SIM
# if _MIPS_SIM == _MIPS_SIM_ABI32
# define __NR_memfd_create 4354