More LynxOS support
[deliverable/binutils-gdb.git] / gdb / config / i386 / nm-i386lynx.h
index e67ec1dc9cb59df5f765c839dc8668e461bd0dda..b4635016596a63a79bda0c1f9ebe1ad6c324d4c1 100644 (file)
@@ -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.  */
This page took 0.024169 seconds and 4 git commands to generate.