summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-04-02 21:05:45 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-04-02 21:05:45 +0000
commit21f5c211dc69b1ee30614af96c44e760065196c1 (patch)
tree8d2a4de357eb24115cc149d6d08dedaba00328bb
parent3f3cc726f3d767b8c703287c14b17ae4950c9590 (diff)
downloadstrace-21f5c211dc69b1ee30614af96c44e760065196c1.tar.gz
sparc, sparc64: wire up former vserver syscall
... because Linux kernel arch/sparc/kernel/syscalls/syscall.tbl still lists it. * linux/sparc/syscallent.h [267]: Add vserver entry. * linux/sparc64/syscallent.h [267]: Add vserver entry.
-rw-r--r--linux/sparc/syscallent.h2
-rw-r--r--linux/sparc64/syscallent.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h
index 6acce0c8a..3809558cd 100644
--- a/linux/sparc/syscallent.h
+++ b/linux/sparc/syscallent.h
@@ -272,7 +272,7 @@
[264] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[265] = { 1, 0, SEN(timer_delete), "timer_delete" },
[266] = { 3, 0, SEN(timer_create), "timer_create" },
-[267] = { },
+[267] = { 5, 0, SEN(vserver), "vserver" },
[268] = { 2, TM, SEN(io_setup), "io_setup" },
[269] = { 1, TM, SEN(io_destroy), "io_destroy" },
[270] = { 3, 0, SEN(io_submit), "io_submit" },
diff --git a/linux/sparc64/syscallent.h b/linux/sparc64/syscallent.h
index e7f256467..20dbe7183 100644
--- a/linux/sparc64/syscallent.h
+++ b/linux/sparc64/syscallent.h
@@ -270,7 +270,7 @@
[264] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[265] = { 1, 0, SEN(timer_delete), "timer_delete" },
[266] = { 3, 0, SEN(timer_create), "timer_create" },
-[267] = { },
+[267] = { 5, 0, SEN(vserver), "vserver" },
[268] = { 2, TM, SEN(io_setup), "io_setup" },
[269] = { 1, TM, SEN(io_destroy), "io_destroy" },
[270] = { 3, 0, SEN(io_submit), "io_submit" },