提交 2f3a499e 编写于 作者: M Michal Simek

microblaze: Fix size of __kernel_mode_t to short

This patches solve problem with inconsistency between
kernel and glibc
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 0945f98b
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
*/ */
typedef unsigned long __kernel_ino_t; typedef unsigned long __kernel_ino_t;
typedef unsigned int __kernel_mode_t; typedef unsigned short __kernel_mode_t;
typedef unsigned int __kernel_nlink_t; typedef unsigned int __kernel_nlink_t;
typedef long __kernel_off_t; typedef long __kernel_off_t;
typedef int __kernel_pid_t; typedef int __kernel_pid_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册