diff options
Diffstat (limited to 'gdb/config/xm-aix4.h')
-rw-r--r-- | gdb/config/xm-aix4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h index 14d6244..d1d4cdc 100644 --- a/gdb/config/xm-aix4.h +++ b/gdb/config/xm-aix4.h @@ -73,7 +73,7 @@ char *termdef (); /* Signal handler for SIGWINCH `window size changed'. */ #define SIGWINCH_HANDLER aix_resizewindow -extern void aix_resizewindow PARAMS ((int)); +extern void aix_resizewindow (int); /* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */ |