summaryrefslogtreecommitdiffstats
path: root/libgloss/spu
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/spu')
-rw-r--r--libgloss/spu/gettimeofday.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/spu/gettimeofday.c b/libgloss/spu/gettimeofday.c
index 372597648..9b32efbe9 100644
--- a/libgloss/spu/gettimeofday.c
+++ b/libgloss/spu/gettimeofday.c
@@ -43,7 +43,7 @@ typedef struct
} syscall_gettimeofday_t;
int
-gettimeofday (struct timeval *tv, struct timezone *tz)
+gettimeofday (struct timeval *tv, void *tz)
{
syscall_gettimeofday_t sys;