]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-6.8-glibc-headers-compat.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-6.8-glibc-headers-compat.patch
CommitLineData
3a58abaf
AM
1../../libiberty/strsignal.c:552: error: conflicting types for 'psignal'
2/usr/include/signal.h:141: error: previous declaration of 'psignal' was here
3
4--- gdb-6.8/libiberty/strsignal.c-orig 2007-01-31 00:13:04.000000000 +0100
5+++ gdb-6.8/libiberty/strsignal.c 2008-06-17 16:30:13.000000000 +0200
6@@ -549,7 +549,7 @@ followed by a newline.
7 #ifndef HAVE_PSIGNAL
8
9 void
10-psignal (int signo, char *message)
11+psignal (int signo, const char *message)
12 {
13 if (signal_names == NULL)
14 {
This page took 0.025342 seconds and 4 git commands to generate.