Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f3a499e authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix size of __kernel_mode_t to short



This patches solve problem with inconsistency between
kernel and glibc

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 0945f98b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;