summaryrefslogtreecommitdiff
path: root/src/sysdeps/trystatimespec.c
blob: 2690d5772d8d547ffb299d1caca67aff56867c43 (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#include <sys/stat.h>
#include <time.h>

struct stat st ;
struct timespec *tsa = &st.st_atimespec ;
struct timespec *tsm = &st.st_mtimespec ;
struct timespec *tsc = &st.st_ctimespec ;