Skip to content

Commit

Permalink
ia64: Fix syscall number for memfd_create
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Luck authored and Linus Torvalds committed Sep 15, 2014
1 parent d6bb3e9 commit f3b5933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit f3b5933

Please sign in to comment.