summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx13/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 0f37b584b3..eceb696907 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -466,7 +466,7 @@ int UTimesTest (void)
time[0].tv_sec = 12345;
time[1].tv_sec = 54321;
- error = utimes("testfile1.tst", &time);
+ error = utimes("testfile1.tst", (struct timeval *)&time);
if (error == 0) {