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

#undef _POSIX_C_SOURCE
#undef _XOPEN_SOURCE

#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 ;