Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: src/common/android/include/sys/procfs.h

Issue 1418453011: [mips64] Support for mips n64 (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/common/android/include/sys/procfs.h
diff --git a/src/common/android/include/sys/procfs.h b/src/common/android/include/sys/procfs.h
index 27223ea34a9a3053fc2b5ae423d284eeb52fdc6b..185124364e6c9d41d7951fa4242288b4f3fb1e8b 100644
--- a/src/common/android/include/sys/procfs.h
+++ b/src/common/android/include/sys/procfs.h
@@ -101,8 +101,8 @@ struct elf_prpsinfo {
unsigned int pr_uid;
unsigned int pr_gid;
#elif defined(__mips__)
- unsigned long pr_uid;
- unsigned long pr_gid;
+ __kernel_uid_t pr_uid;
+ __kernel_gid_t pr_gid;
#else
unsigned short pr_uid;
unsigned short pr_gid;

Powered by Google App Engine
This is Rietveld 408576698