提交 df31363d 编写于 作者: R Rich Felker

remove stat member aliases from ppc-specific bits/stat.h

if these are to be supported, they belong in the main stat.h, not
repeated for each arch.
上级 b4d8a16c
......@@ -19,9 +19,3 @@ struct stat
struct timespec st_ctim;
unsigned __unused[2];
};
#ifdef _BSD_SOURCE
#define st_atimespec st_atim
#define st_mtimespec st_mtim
#define st_ctimespec st_ctim
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册