summaryrefslogtreecommitdiffstats
path: root/libgloss/cris/gensyscalls
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/cris/gensyscalls')
-rw-r--r--libgloss/cris/gensyscalls2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/cris/gensyscalls b/libgloss/cris/gensyscalls
index 9df8b0376..f925c1707 100644
--- a/libgloss/cris/gensyscalls
+++ b/libgloss/cris/gensyscalls
@@ -93,7 +93,7 @@ cat > gettod.c <<EOF
$lu#include <sys/time.h>
#include <sys/times.h>
int
-_gettimeofday (struct timeval *tp, struct timezone *tzp
+_gettimeofday (struct timeval *tp, void *tzp
${r}gettimeofday (tp, tzp))
EOF
cat > isatty.c <<EOF