summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-o32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2016-02-20 00:37:01 +0000
committerDmitry V. Levin <ldv@altlinux.org>2016-02-20 00:37:01 +0000
commit0cb245a76cec91b88a685d509c904e3e49b735bc (patch)
tree8e347a794f5534af1f13048b6b40843a9ac02080 /linux/mips/syscallent-o32.h
parent9649ac1c8b5d217b82c818187bb476d8da2838f4 (diff)
downloadstrace-0cb245a76cec91b88a685d509c904e3e49b735bc.tar.gz
mips: wire up copy_file_range syscall
* linux/mips/syscallent-n32.h [6324]: Add copy_file_range entry. * linux/mips/syscallent-n64.h [5320]: Likewise. * linux/mips/syscallent-o32.h [4360]: Likewise.
Diffstat (limited to 'linux/mips/syscallent-o32.h')
-rw-r--r--linux/mips/syscallent-o32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 18ddc19b3..7a75abd1d 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -360,7 +360,8 @@
[4357] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
[4358] = { 2, 0, SEN(membarrier), "membarrier", },
[4359] = { 3, TM, SEN(mlock2), "mlock2" },
-[4360 ... 4399] = { },
+[4360] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
+[4361 ... 4399] = { },
# define SYS_socket_subcall 4400
# include "subcall.h"