Skip to content

Commit

Permalink
microblaze: Fix size of __kernel_mode_t to short
Browse files Browse the repository at this point in the history
This patches solve problem with inconsistency between
kernel and glibc

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed May 26, 2009
1 parent 0945f98 commit 2f3a499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/posix_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

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 long __kernel_off_t;
typedef int __kernel_pid_t;
Expand Down

0 comments on commit 2f3a499

Please sign in to comment.