diff options
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r-- | gdb/config/nm-linux.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index ecf4711..376eb93 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -38,15 +38,12 @@ struct objfile; /* Hook to look at new objfiles (shared libraries) */ -extern void -linuxthreads_new_objfile PARAMS ((struct objfile *objfile)); +extern void linuxthreads_new_objfile (struct objfile *objfile); /* Method to print a human-readable thread description */ -extern char * -linuxthreads_pid_to_str PARAMS ((int pid)); +extern char *linuxthreads_pid_to_str (int pid); -extern int -linuxthreads_prepare_to_proceed PARAMS ((int step)); +extern int linuxthreads_prepare_to_proceed (int step); #define PREPARE_TO_PROCEED(select_it) linuxthreads_prepare_to_proceed (1) /* Defined to make stepping-over-breakpoints be thread-atomic. */ |