arm64: compat: fix compat types affecting struct compat_elf_prpsinfo
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm64 / include / asm / compat.h
index 899af807ef0ff3d789491d6e0ee8d9684886f849..c30a548cee5608f89a8769f42ffd1550feac6ba1 100644 (file)
@@ -33,8 +33,8 @@ typedef s32           compat_ssize_t;
 typedef s32            compat_time_t;
 typedef s32            compat_clock_t;
 typedef s32            compat_pid_t;
-typedef u32            __compat_uid_t;
-typedef u32            __compat_gid_t;
+typedef u16            __compat_uid_t;
+typedef u16            __compat_gid_t;
 typedef u16            __compat_uid16_t;
 typedef u16            __compat_gid16_t;
 typedef u32            __compat_uid32_t;