Remove ptid_build
[deliverable/binutils-gdb.git] / gdb / nat / linux-procfs.c
index 55487507d00cf7b519e36dff86d5abfc2a5dbc46..5a9464195df6b001b1403d6fdf0f8caf92e9599f 100644 (file)
@@ -308,7 +308,7 @@ linux_proc_attach_tgid_threads (pid_t pid,
          lwp = strtoul (dp->d_name, NULL, 10);
          if (lwp != 0)
            {
-             ptid_t ptid = ptid_build (pid, lwp, 0);
+             ptid_t ptid = ptid_t (pid, lwp, 0);
 
              if (attach_lwp (ptid))
                new_threads_found = 1;
This page took 0.028898 seconds and 4 git commands to generate.