diff options
author | Tony Luck <tony.luck@intel.com> | 2014-09-15 09:32:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-15 11:12:07 -0700 |
commit | f3b5933190c1fc5ad8f3a1dec594e9e849e088c0 (patch) | |
tree | 2e61bdc4d8e9916d27c79ec889a3f74706d2bc0e /arch | |
parent | d6bb3e9075bbcf758d6084bb581f797bb6ea24c6 (diff) | |
download | linux-f3b5933190c1fc5ad8f3a1dec594e9e849e088c0.tar.gz linux-f3b5933190c1fc5ad8f3a1dec594e9e849e088c0.tar.bz2 linux-f3b5933190c1fc5ad8f3a1dec594e9e849e088c0.zip |
ia64: Fix syscall number for memfd_create
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/include/uapi/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/uapi/asm/unistd.h b/arch/ia64/include/uapi/asm/unistd.h index 6a65bb7d0657..18026b2eb582 100644 --- 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 1339 +#define __NR_memfd_create 1340 #endif /* _UAPI_ASM_IA64_UNISTD_H */ |