diff options
Diffstat (limited to 'gdb/config/i386/nm-ptx4.h')
-rw-r--r-- | gdb/config/i386/nm-ptx4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nm-ptx4.h b/gdb/config/i386/nm-ptx4.h index 289ffe06752..99428665179 100644 --- a/gdb/config/i386/nm-ptx4.h +++ b/gdb/config/i386/nm-ptx4.h @@ -39,7 +39,7 @@ #define CHILD_WAIT struct target_waitstatus; -extern int child_wait PARAMS ((int, struct target_waitstatus *)); +extern int child_wait (int, struct target_waitstatus *); /* * ptx does attach as of ptx version 2.1. Prior to that, the interface |