Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-adapt.c
index cfc94e7ec6ae5fd59fe5d6ec6d64477a14ac055c..390466d7bbd30ef73fc82c60d8939c45cda5141c 100644 (file)
@@ -675,8 +675,8 @@ adapt_detach (args,from_tty)
 /* Tell the remote machine to resume.  */
 
 void
-adapt_resume (step, sig)
-     int step, sig;
+adapt_resume (pid, step, sig)
+     int pid, step, sig;
 {
   if (step)    
     {
This page took 0.024844 seconds and 4 git commands to generate.