projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6bb3e9
)
ia64: Fix syscall number for memfd_create
author
Tony Luck
<tony.luck@intel.com>
Mon, 15 Sep 2014 16:32:23 +0000
(09:32 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 15 Sep 2014 18:12:07 +0000
(11:12 -0700)
Cut & paste typo from the line above.
Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/include/uapi/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/ia64/include/uapi/asm/unistd.h
b/arch/ia64/include/uapi/asm/unistd.h
index 6a65bb7d06571050157bda55a30f9fe366387cbf..18026b2eb5823c86ab0455088e9b3b1b0c409393 100644
(file)
--- a/
arch/ia64/include/uapi/asm/unistd.h
+++ b/
arch/ia64/include/uapi/asm/unistd.h
@@
-329,6
+329,6
@@
#define __NR_sched_getattr 1337
#define __NR_renameat2 1338
#define __NR_getrandom 1339
-#define __NR_memfd_create 13
39
+#define __NR_memfd_create 13
40
#endif /* _UAPI_ASM_IA64_UNISTD_H */