blob: bfeb132b509de1accdad77c0d45ffd4d2465acaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- libiberty/strsignal.c.orig Thu Aug 19 20:58:24 2004
+++ libiberty/strsignal.c Thu Aug 19 20:59:24 2004
@@ -241,6 +241,7 @@
same name, it differs from other implementations in that it is dynamically
initialized rather than statically initialized. */
+#ifndef __FreeBSD__
#ifndef HAVE_SYS_SIGLIST
static int sys_nsig;
@@ -258,7 +259,7 @@
extern const char * const sys_siglist[];
#endif
-
+#endif
/*
|