/* ISC license. */ #undef _POSIX_C_SOURCE #undef _XOPEN_SOURCE #ifndef _DARWIN_C_SOURCE #define _DARWIN_C_SOURCE #endif #include #include struct stat st ; struct timespec *tsa = &st.st_atimespec ; struct timespec *tsm = &st.st_mtimespec ; struct timespec *tsc = &st.st_ctimespec ;