From 5d6292c16742869611b06bb4db8b0446551625b3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 21 Feb 2016 01:53:31 +0000 Subject: [PATCH] hppa: wire up copy_file_range syscall * linux/hppa/syscallent.h [346]: Add copy_file_range entry. --- linux/hppa/syscallent.h | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.40.0