]> granicus.if.org Git - strace/commitdiff
xtensa: wire up new syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 30 Jun 2015 16:31:33 +0000 (16:31 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 30 Jun 2015 16:32:41 +0000 (16:32 +0000)
* linux/xtensa/syscallent.h (bpf, execveat): New entries.

linux/xtensa/syscallent.h

index 76c04396e36f1f51ac490fcde594ad6d7d254cfc..6c84c67c46f2ebb3b93919b963b9ecbf54394b46 100644 (file)
 [337] = { 3,   0,              sys_seccomp,                    "seccomp",              },
 [338] = { 3,   0,              sys_getrandom,                  "getrandom",            },
 [339] = { 2,   TD,             sys_memfd_create,               "memfd_create",         },
+[340] = { 3,   TD,             sys_bpf,                        "bpf",                  },
+[341] = { 5,   TD|TF|TP|SE|SI, sys_execveat,                   "execveat",             },