gdb:
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index ccdaeb0ed403d53c736e4427b4a2b484e1336f64..d8cb4b34a481a2803b25e032ef013def4b4fda65 100644 (file)
@@ -229,7 +229,7 @@ extern int in_thread_list (ptid_t ptid);
 extern int valid_thread_id (int thread);
 
 /* Search function to lookup a thread by 'pid'.  */
-extern struct thread_info *find_thread_pid (ptid_t ptid);
+extern struct thread_info *find_thread_ptid (ptid_t ptid);
 
 /* Find thread by GDB user-visible thread number.  */
 struct thread_info *find_thread_id (int num);
This page took 0.023899 seconds and 4 git commands to generate.