aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-07-21 16:33:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-07-21 19:09:35 +0000
commit1e0efbb18d26039fe9ae866547168550414c37cc (patch)
tree40c0339d301b7ebeac0975054309876002eba536
parentbe547c19da27c12c455574b1530c70a8b8f2980d (diff)
downloadstrace-1e0efbb18d26039fe9ae866547168550414c37cc.tar.gz
microblaze: fix several syscall entries
* linux/microblaze/syscallent.h (signalfd4, eventfd2, epoll_create1, dup3, pipe2, inotify_init1, recvmmsg): Set sys_func.
-rw-r--r--linux/microblaze/syscallent.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h
index 60620644..379e6cf0 100644
--- a/linux/microblaze/syscallent.h
+++ b/linux/microblaze/syscallent.h
@@ -364,12 +364,12 @@
[336] = { 3, TI, SEN(shmctl), "shmctl" },
[337] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" },
[338] = { 3, TI, SEN(shmget), "shmget" },
-[339] = { 4, TD|TS, SEN(printargs), "signalfd4" },
-[340] = { 2, TD, SEN(printargs), "eventfd2" },
-[341] = { 1, TD, SEN(printargs), "epoll_create1" },
-[342] = { 3, TD, SEN(printargs), "dup3" },
-[343] = { 2, TD, SEN(printargs), "pipe2" },
-[344] = { 1, TD, SEN(printargs), "inotify_init1" },
+[339] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
+[340] = { 2, TD, SEN(eventfd2), "eventfd2" },
+[341] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
+[342] = { 3, TD, SEN(dup3), "dup3" },
+[343] = { 2, TD, SEN(pipe2), "pipe2" },
+[344] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
[345] = { 3, TN, SEN(socket), "socket" },
[346] = { 4, TN, SEN(socketpair), "socketpair" },
[347] = { 3, TN, SEN(bind), "bind" },
@@ -392,7 +392,7 @@
[364] = { 5, TD, SEN(pwritev), "pwritev" },
[365] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
[366] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
-[367] = { 5, TN, SEN(printargs), "recvmmsg" },
+[367] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
[368] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
[369] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
[370] = { 4, 0, SEN(prlimit64), "prlimit64" },