summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/sh/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/sh/syscalls.c')
-rw-r--r--newlib/libc/sys/sh/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/sh/syscalls.c b/newlib/libc/sys/sh/syscalls.c
index f0e924297..f8ed7365f 100644
--- a/newlib/libc/sys/sh/syscalls.c
+++ b/newlib/libc/sys/sh/syscalls.c
@@ -185,7 +185,7 @@ _times (struct tms *tp)
}
int
-_gettimeofday (struct timeval *tv, struct timezone *tz)
+_gettimeofday (struct timeval *tv, void *tz)
{
tv->tv_usec = 0;
tv->tv_sec = __trap34 (SYS_time);