diff options
Diffstat (limited to 'cross/i386-linux/patches/patch-ab')
-rw-r--r-- | cross/i386-linux/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cross/i386-linux/patches/patch-ab b/cross/i386-linux/patches/patch-ab new file mode 100644 index 00000000000..83c61f0a96b --- /dev/null +++ b/cross/i386-linux/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2005/04/18 12:15:31 wiz Exp $ + +--- egcs-1.1.1/libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200 ++++ egcs-1.1.1/libiberty/strsignal.c +@@ -244,7 +244,9 @@ static const char **sys_siglist; + #else + + #ifdef NSIG ++#if !defined(__NetBSD__) + static int sys_nsig = NSIG; ++#endif + #else + #ifdef _NSIG + static int sys_nsig = _NSIG; |