Skip to content
Snippets Groups Projects
Commit f3b59331 authored by Tony Luck's avatar Tony Luck Committed by Linus Torvalds
Browse files

ia64: Fix syscall number for memfd_create


Cut & paste typo from the line above.

Reported-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d6bb3e90
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment