We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb48e45 + d276658 commit f63569eCopy full SHA for f63569e
src/libfaketime.c
@@ -995,9 +995,9 @@ static inline void fake_stat64buf (struct stat64 *buf) {
995
unlock_for_stat();
996
#else
997
lock_for_stat();
998
- fake_clock_gettime(CLOCK_REALTIME, &buf->st_ctimespec);
999
- fake_clock_gettime(CLOCK_REALTIME, &buf->st_atimespec);
1000
- fake_clock_gettime(CLOCK_REALTIME, &buf->st_mtimespec);
+ fake_clock_gettime(CLOCK_REALTIME, &buf->st_ctim);
+ fake_clock_gettime(CLOCK_REALTIME, &buf->st_atim);
+ fake_clock_gettime(CLOCK_REALTIME, &buf->st_mtim);
1001
1002
#endif
1003
}
0 commit comments