Remove ptid_build
[deliverable/binutils-gdb.git] / gdb / gdbserver / thread-db.c
index 7dda2edba0f7da18342ff7b4683487a1a0f157ce..3e42db442047dbe6c455876b1a6189cdb0b52837 100644 (file)
@@ -215,7 +215,7 @@ attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p)
 {
   struct process_info *proc = current_process ();
   int pid = pid_of (proc);
-  ptid_t ptid = ptid_build (pid, ti_p->ti_lid, 0);
+  ptid_t ptid = ptid_t (pid, ti_p->ti_lid, 0);
   struct lwp_info *lwp;
   int err;
 
This page took 0.024087 seconds and 4 git commands to generate.