OSDN Git Service

* lin-lwp.c (strsignal): Make extern declaration match that of glibc.
authorkevinb <kevinb>
Mon, 9 Dec 2002 18:41:42 +0000 (18:41 +0000)
committerkevinb <kevinb>
Mon, 9 Dec 2002 18:41:42 +0000 (18:41 +0000)
gdb/ChangeLog
gdb/lin-lwp.c

index b3c266d..3486ae2 100644 (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.
index 444c221..0b30cea 100644 (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