aboutsummaryrefslogtreecommitdiff
path: root/io/tst-futimes.c
AgeCommit message (Collapse)AuthorFilesLines
2021-04-15linux: Add lutimes testAdhemerval Zanella1-1/+1
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>
2021-04-15linux: Add futimes testAdhemerval Zanella1-0/+46
It uses stat to compare against the values set by futimes. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>