* lin-lwp.c (strsignal): Make extern declaration match that of glibc.

This commit is contained in:
Kevin Buettner 2002-12-09 18:41:42 +00:00
parent bdd78e628a
commit 1b84163ebf
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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