aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/xm-aix4.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-08-15 20:52:34 +0000
committerFred Fish <fnf@specifix.com>1996-08-15 20:52:34 +0000
commiteb17f9d504a3c73831b4b2eaa1658ced25bea3fe (patch)
treead6431758656403382e14b42a88292748f549b26 /gdb/config/xm-aix4.h
parentb98b04eadba31966cc1e896864a9b62022d06360 (diff)
downloadgdb-eb17f9d504a3c73831b4b2eaa1658ced25bea3fe.zip
gdb-eb17f9d504a3c73831b4b2eaa1658ced25bea3fe.tar.gz
gdb-eb17f9d504a3c73831b4b2eaa1658ced25bea3fe.tar.bz2
* findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
is not defined. (read_register_pid): Only needed when TARGET_READ_PC is not defined. * hppa-tdep.c (frame_saved_pc): Remove prototype. * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is not defined. * config/xm-aix4.h (aix_resizewindow): Convert old style decl to prototype. * xcoffsolib.c (command.h): Include for needed prototypes.
Diffstat (limited to 'gdb/config/xm-aix4.h')
-rw-r--r--gdb/config/xm-aix4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h
index 31bb6da..5914cfe 100644
--- a/gdb/config/xm-aix4.h
+++ b/gdb/config/xm-aix4.h
@@ -70,7 +70,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Signal handler for SIGWINCH `window size changed'. */
#define SIGWINCH_HANDLER aix_resizewindow
-extern void aix_resizewindow ();
+extern void aix_resizewindow PARAMS ((void));
/* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */