aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/elfcore-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/elfcore-compat.h')
-rw-r--r--include/linux/elfcore-compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/elfcore-compat.h b/include/linux/elfcore-compat.h
index 532d13adabc4..0a90e1c3a422 100644
--- a/include/linux/elfcore-compat.h
+++ b/include/linux/elfcore-compat.h
@@ -45,8 +45,8 @@ struct compat_elf_prpsinfo
char pr_zomb;
char pr_nice;
compat_ulong_t pr_flag;
- compat_uid_t pr_uid;
- compat_gid_t pr_gid;
+ __compat_uid_t pr_uid;
+ __compat_gid_t pr_gid;
compat_pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid;
char pr_fname[16];
char pr_psargs[ELF_PRARGSZ];