diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-09 18:41:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-09 18:41:42 +0000 |
commit | fee215105434c2d28c2632585ff234f36c0ee621 (patch) | |
tree | d7b71a6d317a557a15268e8aa59c3e1c8961e2a1 /gdb/lin-lwp.c | |
parent | 4deaf592eb548cdbeb9bb1ede8bf8e33406e3e8b (diff) | |
download | gdb-fee215105434c2d28c2632585ff234f36c0ee621.tar.gz |
* lin-lwp.c (strsignal): Make extern declaration match that of glibc.
Diffstat (limited to 'gdb/lin-lwp.c')
-rw-r--r-- | gdb/lin-lwp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/lin-lwp.c b/gdb/lin-lwp.c index 444c221009a..0b30ceac484 100644 --- a/gdb/lin-lwp.c +++ b/gdb/lin-lwp.c @@ -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 |