summaryrefslogtreecommitdiff
path: root/pr/tests/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/time.c')
-rw-r--r--pr/tests/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/time.c b/pr/tests/time.c
index 8fad1f2c..84a30870 100644
--- a/pr/tests/time.c
+++ b/pr/tests/time.c
@@ -87,7 +87,7 @@ static void timeGettimeofday(void)
struct timeval tp;
for (;index--;)
- rv = gettimeofday(&tp);
+ rv = gettimeofday(&tp, NULL);
}
static void timePRTime32(void)