ST_MTIME_NSEC 856 git-compat-util.h #define ST_MTIME_NSEC(st) 0 ST_MTIME_NSEC 860 git-compat-util.h #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) ST_MTIME_NSEC 863 git-compat-util.h #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec))