]> granicus.if.org Git - strace/commitdiff
mips: wire up copy_file_range syscall
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 20 Feb 2016 00:37:01 +0000 (00:37 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 20 Feb 2016 00:37:01 +0000 (00:37 +0000)
* 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.

linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h

index 81028f61d17ee1e2cb9da678a12847c3edf1851e..57d9fb18ceef1687f147c245f775f402fbfb7c5b 100644 (file)
 [6321] = { 1,  TD,             SEN(userfaultfd),               "userfaultfd",          },
 [6322] = { 2,  0,              SEN(membarrier),                "membarrier",           },
 [6323] = { 3,  TM,             SEN(mlock2),                    "mlock2"                },
-[6324 ... 6399] = { },
+[6324] = { 6,  TD,             SEN(copy_file_range),           "copy_file_range"       },
+[6325 ... 6399] = { },
 
 # define SYS_socket_subcall      6400
 # include "subcall.h"
index 3d3dc70d885fa92419c2c9728f5a4140c9c44cad..170b6eee69c8d7315cc65388fc5efaed01ee178c 100644 (file)
 [5317] = { 1,  TD,             SEN(userfaultfd),               "userfaultfd",          },
 [5318] = { 2,  0,              SEN(membarrier),                "membarrier",           },
 [5319] = { 3,  TM,             SEN(mlock2),                    "mlock2"                },
-[5320 ... 5399] = { },
+[5320] = { 6,  TD,             SEN(copy_file_range),           "copy_file_range"       },
+[5321 ... 5399] = { },
 
 # define SYS_socket_subcall      5400
 # include "subcall.h"
index 18ddc19b36b6e32eaf8c9ffdfcddba8e17ca1af5..7a75abd1d632e1fa03b1a7d0e7a2338073036519 100644 (file)
 [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"