summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-o32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-04-14 15:06:42 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-04-14 15:06:42 +0000
commit676d2460b9cb5db7ebc42399bcfea45851e8147d (patch)
treeeb6c3e50330362201dde1eae7eb19e473cd6ac3f /linux/mips/syscallent-o32.h
parent969f4a066b6a53adbae198d5018f36e2747c055e (diff)
downloadstrace-676d2460b9cb5db7ebc42399bcfea45851e8147d.tar.gz
Revert "Implement -e trace=%clock option"
-e trace=%clock became redundant as -e trace=/clock does the same. This reverts commit 0a13d2391c413e3847b71ec0c1d38f56e353b1b5. * syscall.c (TCL): Remove. * sysent.h (TRACE_CLOCK): Remove. * qualify.c (lookup_class): Remove %clock. * strace.1 (.SS Filtering): Likewise. * NEWS: Likewise. * linux/32/syscallent.h: Remove TCL flag from clock_* syscalls. * linux/64/syscallent.h: Likewise. * linux/alpha/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/crisv10/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Likewise. * tests/clock.test: Replace trace=%clock with trace=/clock. * tests/ksysent.c (TCL): Remove. * tests/nsyscalls.c: Likewise.
Diffstat (limited to 'linux/mips/syscallent-o32.h')
-rw-r--r--linux/mips/syscallent-o32.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 58ba62112..b6b56263b 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -262,10 +262,10 @@
[4259] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
[4260] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[4261] = { 1, 0, SEN(timer_delete), "timer_delete" },
-[4262] = { 2, TCL, SEN(clock_settime), "clock_settime" },
-[4263] = { 2, TCL, SEN(clock_gettime), "clock_gettime" },
-[4264] = { 2, TCL, SEN(clock_getres), "clock_getres" },
-[4265] = { 4, TCL, SEN(clock_nanosleep), "clock_nanosleep" },
+[4262] = { 2, 0, SEN(clock_settime), "clock_settime" },
+[4263] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
+[4264] = { 2, 0, SEN(clock_getres), "clock_getres" },
+[4265] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
[4266] = { 3, TS, SEN(tgkill), "tgkill" },
[4267] = { 2, TF, SEN(utimes), "utimes" },
[4268] = { 6, TM, SEN(mbind), "mbind" },
@@ -341,7 +341,7 @@
[4338] = { 4, 0, SEN(prlimit64), "prlimit64" },
[4339] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
[4340] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
-[4341] = { 2, TCL, SEN(clock_adjtime), "clock_adjtime" },
+[4341] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
[4342] = { 1, TD, SEN(syncfs), "syncfs" },
[4343] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
[4344] = { 2, TD, SEN(setns), "setns" },