2012-03-06 Pedro Alves <palves@redhat.com>
* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
This commit is contained in:
parent
ba2419699a
commit
1b7c1b10aa
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-03-06 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
|
||||
|
||||
2012-03-05 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
#ifndef GREGSET_H
|
||||
#define GREGSET_H
|
||||
|
||||
#ifdef HAVE_SYS_PROCFS_H
|
||||
#include <sys/procfs.h>
|
||||
#endif
|
||||
|
||||
#ifndef GDB_GREGSET_T
|
||||
#define GDB_GREGSET_T gregset_t
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue