diff options
Diffstat (limited to 'gdb/alpha-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 609d687..4f95200 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -30,6 +30,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #endif #include <sys/user.h> +/* Prototypes for local functions. */ + static void fetch_osf_core_registers PARAMS ((char *, unsigned, int, CORE_ADDR)); static void fetch_elf_core_registers PARAMS ((char *, |