aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/rdos/gettod.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/rdos/gettod.c')
-rw-r--r--newlib/libc/sys/rdos/gettod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rdos/gettod.c b/newlib/libc/sys/rdos/gettod.c
index b180150..66380e7 100644
--- a/newlib/libc/sys/rdos/gettod.c
+++ b/newlib/libc/sys/rdos/gettod.c
@@ -8,7 +8,7 @@
struct timeval;
struct timezone;
-int gettimeofday(struct timeval *ptimeval, struct timezone *ptimezone)
+int gettimeofday(struct timeval *ptimeval, void *ptimezone)
{
errno = ENOSYS;
return -1;