* 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

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