From: Dmitry V. Levin Date: Sun, 21 Feb 2016 01:53:31 +0000 (+0000) Subject: hppa: wire up copy_file_range syscall X-Git-Tag: v4.12~515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d6292c16742869611b06bb4db8b0446551625b3;p=strace hppa: wire up copy_file_range syscall * linux/hppa/syscallent.h [346]: Add copy_file_range entry. --- diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 433e1642..a22e73e7 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -348,3 +348,4 @@ [343] = { 2, 0, SEN(membarrier), "membarrier", }, [344] = { 1, TD, SEN(userfaultfd), "userfaultfd", }, [345] = { 3, TM, SEN(mlock2), "mlock2" }, +[346] = { 6, TD, SEN(copy_file_range), "copy_file_range" },