]> granicus.if.org Git - strace/commitdiff
avr32: wire up new syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 7 Feb 2017 14:58:30 +0000 (14:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 Feb 2017 14:58:30 +0000 (14:58 +0000)
* linux/avr32/syscallent.h [328..330]: New entries.

linux/avr32/syscallent.h

index c38a91035d1a8d89df4a3a21723d7181bea60934..d18902f16132881f8325765fda3d49f8da6ef722 100644 (file)
 [325] = { 6,   TD,             SEN(copy_file_range),           "copy_file_range"       },
 [326] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [327] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
+[328] = { 4,   TM|SI,          SEN(pkey_mprotect),             "pkey_mprotect"         },
+[329] = { 2,   0,              SEN(pkey_alloc),                "pkey_alloc"            },
+[330] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },