about summary refs log tree commit diff
path: root/io/tst-futimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/tst-futimes.c')
-rw-r--r--io/tst-futimes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-futimes.c b/io/tst-futimes.c
index ea7ac7d5f8..bdef38d7cb 100644
--- a/io/tst-futimes.c
+++ b/io/tst-futimes.c
@@ -39,7 +39,7 @@ test_futimens_helper (const char *file, int fd, const struct timeval *tv)
   return 0;
 }
 
-#define TEST_CALL(fname, fd, v1, v2) \
+#define TEST_CALL(fname, fd, lname, v1, v2) \
   test_futimens_helper (fname, fd, (struct timeval[]) { { v1, 0 }, \
 							{ v2, 0 } })