forked from Imagelibrary/binutils-gdb
import gdb-1999-12-21 snapshot
This commit is contained in:
@@ -85,11 +85,9 @@ extern char *sunpro_static_transform_name PARAMS ((char *));
|
||||
#ifdef HAVE_THREAD_DB_LIB
|
||||
|
||||
extern char *solaris_pid_to_str PARAMS ((int pid));
|
||||
#define target_pid_to_str(PID) solaris_pid_to_str (PID)
|
||||
|
||||
#else
|
||||
|
||||
extern char *procfs_pid_to_str PARAMS ((int pid));
|
||||
#define target_pid_to_str(PID) procfs_pid_to_str (PID)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user