summaryrefslogtreecommitdiffstats
path: root/newlib/libc/reent/gettimeofdayr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/gettimeofdayr.c')
-rw-r--r--newlib/libc/reent/gettimeofdayr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/reent/gettimeofdayr.c b/newlib/libc/reent/gettimeofdayr.c
index 64a8cda55..f5a49f73c 100644
--- a/newlib/libc/reent/gettimeofdayr.c
+++ b/newlib/libc/reent/gettimeofdayr.c
@@ -40,7 +40,7 @@ ANSI_SYNOPSIS
#include <time.h>
int _gettimeofday_r(struct _reent *<[ptr]>,
struct timeval *<[ptimeval]>,
- struct timezone *<[ptimezone]>);
+ void *<[ptimezone]>);
TRAD_SYNOPSIS
#include <reent.h>
@@ -48,7 +48,7 @@ TRAD_SYNOPSIS
int _gettimeofday_r(<[ptr]>, <[ptimeval]>, <[ptimezone]>)
struct _reent *<[ptr]>;
struct timeval *<[ptimeval]>;
- struct timezone *<[ptimezone]>;
+ void *<[ptimezone]>;
DESCRIPTION
This is a reentrant version of <<gettimeofday>>. It
@@ -63,7 +63,7 @@ int
_DEFUN (_gettimeofday_r, (ptr, ptimeval, ptimezone),
struct _reent *ptr _AND
struct timeval *ptimeval _AND
- struct timezone *ptimezone)
+ void *ptimezone)
{
int ret;