* lin-lwp.c (strsignal): Make extern declaration match that of glibc.
This commit is contained in:
parent
bdd78e628a
commit
1b84163ebf
@ -1,3 +1,7 @@
|
||||
2002-12-09 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* lin-lwp.c (strsignal): Make extern declaration match that of glibc.
|
||||
|
||||
2002-12-07 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* f-valprint.c (info_common_command): Use get_frame_pc.
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "gdbcmd.h"
|
||||
|
||||
static int debug_lin_lwp;
|
||||
extern const char *strsignal (int sig);
|
||||
extern char *strsignal (int sig);
|
||||
|
||||
/* On GNU/Linux there are no real LWP's. The closest thing to LWP's
|
||||
are processes sharing the same VM space. A multi-threaded process
|
||||
|
Loading…
Reference in New Issue
Block a user