]> Git Repo - binutils.git/blobdiff - gdb/infrun.c
(1) corrections to command-line completion material
[binutils.git] / gdb / infrun.c
index e23f5016d050105e3ffcaf63167b6b91bf859e47..924bfcd63203f35d58dd7614d4ebd5d957afa53c 100644 (file)
@@ -581,9 +581,11 @@ child_create_inferior (exec_file, allargs, env)
         for the inferior.  */
 
 #ifdef USE_PROC_FS
-      proc_set_exec_trap ();           /* Use SVR4 /proc interface */
+      /* Use SVR4 /proc interface */
+      proc_set_exec_trap ();
 #else
-      call_ptrace (0, 0, 0, 0);                /* "Trace me, Dr. Memory!" */
+      /* "Trace me, Dr. Memory!" */
+      call_ptrace (0, 0, (PTRACE_ARG3_TYPE) 0, 0);
 #endif
 
       /* There is no execlpe call, so we have to set the environment
This page took 0.023194 seconds and 4 git commands to generate.