Remove pid_to_ptid
[deliverable/binutils-gdb.git] / gdb / nat / fork-inferior.c
index 8b59387fa5a500eaed7100f4bba133735dd8a094..ea71aad25f7cdfe7d7c23626c7bb79da066ee8aa 100644 (file)
@@ -484,7 +484,7 @@ startup_inferior (pid_t pid, int ntraps,
     }
 
   if (target_supports_multi_process ())
-    resume_ptid = pid_to_ptid (pid);
+    resume_ptid = ptid_t (pid);
   else
     resume_ptid = minus_one_ptid;
 
This page took 0.024585 seconds and 4 git commands to generate.