ST_CTIME_NSEC     855 git-compat-util.h #define ST_CTIME_NSEC(st) 0
ST_CTIME_NSEC     859 git-compat-util.h #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec))
ST_CTIME_NSEC     862 git-compat-util.h #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec))