]> granicus.if.org Git - strace/commitdiff
hppa: wire up copy_file_range syscall
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 21 Feb 2016 01:53:31 +0000 (01:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 21 Feb 2016 01:53:31 +0000 (01:53 +0000)
* linux/hppa/syscallent.h [346]: Add copy_file_range entry.

linux/hppa/syscallent.h

index 433e16427216be27e4ba5c9f9b4c4602d970df23..a22e73e716bc8f54ea9bc1a6fcadfc31fc11c79b 100644 (file)
 [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"       },