get rid of unused m4 files
[deliverable/binutils-gdb.git] / gdb / thread.h
index 6f450b4ab89a4b1e3d97a567da5acbd1c6bb503e..2ec94fc5c5e4ec1de9707aecd141811b25a77d95 100644 (file)
@@ -25,16 +25,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 extern void init_thread_list PARAMS ((void));
 
-extern void add_thread PARAMS ((int));
+extern void add_thread PARAMS ((int pid));
 
-extern int in_thread_list PARAMS ((int));
+extern int in_thread_list PARAMS ((int pid));
 
-#if 0
-#ifdef __STDC__
-struct _bfd;
-#endif
+extern int pid_to_thread_id PARAMS ((int pid));
 
-extern void bfd_get_core_threads PARAMS ((struct _bfd *));
-#endif
+extern int valid_thread_id PARAMS ((int thread));
 
 #endif /* THREAD_H */
This page took 0.023709 seconds and 4 git commands to generate.