提交 e57f93cc 编写于 作者: A Al Viro

powerpc: get rid of nlink_t uses, switch to explicitly-sized type

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 dcc62b6b
......@@ -30,11 +30,11 @@ struct stat {
unsigned long st_dev;
ino_t st_ino;
#ifdef __powerpc64__
nlink_t st_nlink;
unsigned short st_nlink;
mode_t st_mode;
#else
mode_t st_mode;
nlink_t st_nlink;
unsigned short st_nlink;
#endif
uid_t st_uid;
gid_t st_gid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册