ia64: Fix syscall number for memfd_create
authorTony Luck <[email protected]>
Mon, 15 Sep 2014 16:32:23 +0000 (09:32 -0700)
committerLinus Torvalds <[email protected]>
Mon, 15 Sep 2014 18:12:07 +0000 (11:12 -0700)
Cut & paste typo from the line above.

Reported-by: Ben Hutchings <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ia64/include/uapi/asm/unistd.h

index 6a65bb7d06571050157bda55a30f9fe366387cbf..18026b2eb5823c86ab0455088e9b3b1b0c409393 100644 (file)
 #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 */