Fixes for building gdbserver (and gdb) out of the box.

Bug: http://b/21695943
Change-Id: Iadb600b2ae619515d7038a4db9bf464ba31adb36
This commit is contained in:
Elliott Hughes
2015-06-16 16:04:35 -07:00
parent b628b7db39
commit 895241efbb
3 changed files with 28 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ typedef fpregset_t elf_fpregset_t;
typedef elf_gregset_t prgregset_t;
typedef elf_fpregset_t prfpregset_t;
typedef pid_t lwpid_t;
typedef void* psaddr_t;
__END_DECLS
#endif /* _SYS_PROCFS_H_ */