summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/reent.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/reent.h')
-rw-r--r--newlib/libc/include/reent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/reent.h b/newlib/libc/include/reent.h
index 00c2eb4b6..639789e71 100644
--- a/newlib/libc/include/reent.h
+++ b/newlib/libc/include/reent.h
@@ -80,7 +80,7 @@ extern int _wait_r _PARAMS ((struct _reent *, int *));
extern _ssize_t _write_r _PARAMS ((struct _reent *, int, const void *, size_t));
/* This one is not guaranteed to be available on all targets. */
-extern int _gettimeofday_r _PARAMS ((struct _reent *, struct timeval *tp, struct timezone *tzp));
+extern int _gettimeofday_r _PARAMS ((struct _reent *, struct timeval *__tp, void *__tzp));
#ifdef __LARGE64_FILES