about summary refs log tree commit diff
path: root/io/tst-utime.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-22 14:23:45 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-15 09:39:49 -0300
commit272e71dc366297781cd6ec5d8690e540d4b48398 (patch)
tree6982a2d0c0a4b73602cb6b0f51638de21481cfd0 /io/tst-utime.c
parentcc1b4029fa35ed533075ae9f1836a6bf44789285 (diff)
downloadglibc-272e71dc366297781cd6ec5d8690e540d4b48398.tar.gz
glibc-272e71dc366297781cd6ec5d8690e540d4b48398.tar.xz
glibc-272e71dc366297781cd6ec5d8690e540d4b48398.zip
linux: Add lutimes test
It uses stat to compare against the values set by lutimes.

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'io/tst-utime.c')
-rw-r--r--io/tst-utime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-utime.c b/io/tst-utime.c
index c1c7e75a29..6269ef7929 100644
--- a/io/tst-utime.c
+++ b/io/tst-utime.c
@@ -39,7 +39,7 @@ test_utime_helper (const char *file, int fd, const struct utimbuf *ut)
   return 0;
 }
 
-#define TEST_CALL(fname, fd, v1, v2) \
+#define TEST_CALL(fname, fd, lname, v1, v2) \
   test_utime_helper (fname, fd, &(struct utimbuf) { (v1), (v2) })
 
 #include "tst-utimensat-skeleton.c"