diff options
Diffstat (limited to 'gdb/config/i386/nm-i386lynx.h')
-rw-r--r-- | gdb/config/i386/nm-i386lynx.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/config/i386/nm-i386lynx.h b/gdb/config/i386/nm-i386lynx.h index e67ec1d..b463501 100644 --- a/gdb/config/i386/nm-i386lynx.h +++ b/gdb/config/i386/nm-i386lynx.h @@ -1,5 +1,5 @@ -/* Native-dependent definitions for Intel 386 running Lynx, for GDB. - Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc. +/* Native-dependent definitions for Intel 386 running LynxOS. + Copyright 1993 Free Software Foundation, Inc. This file is part of GDB. @@ -31,8 +31,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/proc.h> #include "thread.h" -/* This is the amount to subtract from u.u_ar0 - to get the offset in the core file of the register values. */ +/* This is the amount to subtract from u.u_ar0 to get the offset in + the core file of the register values. */ #define KERNEL_U_ADDR USRSTACK @@ -54,7 +54,8 @@ i386_register_u_addr PARAMS ((int, int)); #define WIFTID(x) (((union wait *)&x)->w_tid) #define CHILD_WAIT -extern int child_wait PARAMS ((int *status)); + +extern int child_wait PARAMS ((int pid, int *status)); /* Lynx needs a special definition of this so that we can print out the pid and thread number seperatly. */ |