起因:在windows环境定义了一个结构体,结构如下。其实就是把linux上的某些struct抄了过来。 struct statx_timestamp { int64_t tv_sec; uint32_t tv_nsec; int32_t __reserved; }; 但是,在编译的时候出现了