summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-05-12 22:45:45 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-05-12 22:45:45 +0000
commit313119e81a7c2ad5f044d5ea876682633aa4827d (patch)
tree9d50862a7906c032db147d9554bb8941bfb4fbd5 /linux/mips/syscallent-n32.h
parenta1fd7c6afcd54bf98446a66b2a8bc31371c4997d (diff)
downloadstrace-313119e81a7c2ad5f044d5ea876682633aa4827d.tar.gz
Implement and use new parsers of clock_gettime and clock_settime syscalls
* time.c (SYS_FUNC(clock_gettime), SYS_FUNC(clock_settime)): Remove. [HAVE_ARCH_TIME32_SYSCALLS] (SYS_FUNC(clock_gettime32), SYS_FUNC(clock_settime32)): New functions. * linux/dummy.h (sys_clock_getres): Remove. (sys_clock_getres_time32): Redirect to sys_clock_gettime32. * linux/64/syscallent.h: Replace SEN(clock_gettime), SEN(clock_settime), and SEN(clock_getres) with SEN(clock_gettime64), SEN(clock_settime64), and SEN(clock_getres_time64), respectively. * linux/alpha/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/32/syscallent.h: Replace SEN(clock_gettime), SEN(clock_settime), and SEN(clock_getres) with SEN(clock_gettime32), SEN(clock_settime32), and SEN(clock_getres_time32), respectively. * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Likewise.
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 67fc9f2c1..06001adfc 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -232,9 +232,9 @@
[6222] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
[6223] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[6224] = { 1, 0, SEN(timer_delete), "timer_delete" },
-[6225] = { 2, 0, SEN(clock_settime), "clock_settime" },
-[6226] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
-[6227] = { 2, 0, SEN(clock_getres), "clock_getres" },
+[6225] = { 2, 0, SEN(clock_settime32), "clock_settime" },
+[6226] = { 2, 0, SEN(clock_gettime32), "clock_gettime" },
+[6227] = { 2, 0, SEN(clock_getres_time32), "clock_getres" },
[6228] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
[6229] = { 3, TS, SEN(tgkill), "tgkill" },
[6230] = { 2, TF, SEN(utimes), "utimes" },