* config/nm-lynx.h (PTRACE_ARG3_TYPE): Define to int, not char *.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Sep 1994 13:58:58 +0000 (13:58 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Sep 1994 13:58:58 +0000 (13:58 +0000)
* lynx-nat.c (child_wait): Pass fourth argument to ptrace.

gdb/ChangeLog
gdb/lynx-nat.c

index b309561..57638de 100644 (file)
@@ -1,3 +1,9 @@
+Fri Sep 30 06:42:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/nm-lynx.h (PTRACE_ARG3_TYPE): Define to int, not char *.
+
+       * lynx-nat.c (child_wait): Pass fourth argument to ptrace.
+
 Thu Sep 29 08:22:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * xcoffread.c (read_xcoff_symtab): Fix comment for yesterday's change.
index 95a3d91..b7bc824 100644 (file)
@@ -649,7 +649,7 @@ child_wait (pid, ourstatus)
        {
          int realsig;
 
-         realsig = ptrace (PTRACE_GETTRACESIG, pid, 0);
+         realsig = ptrace (PTRACE_GETTRACESIG, pid, (PTRACE_ARG3_TYPE)0, 0);
 
          if (realsig == SIGNEWTHREAD)
            {