projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0945f98
)
microblaze: Fix size of __kernel_mode_t to short
author
Michal Simek
<monstr@monstr.eu>
Tue, 26 May 2009 08:14:49 +0000
(10:14 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Tue, 26 May 2009 14:43:38 +0000
(16:43 +0200)
This patches solve problem with inconsistency between
kernel and glibc
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/posix_types.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/posix_types.h
b/arch/microblaze/include/asm/posix_types.h
index b4df41c5dde23fc2cf2e51bf4ba4dea84a3d7719..8c758b231f376780dad5b30a0ae8b8b29da54b00 100644
(file)
--- a/
arch/microblaze/include/asm/posix_types.h
+++ b/
arch/microblaze/include/asm/posix_types.h
@@
-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;