blob: 16fdc5de6de24a5a358d1ba0ecb37414375b3ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.5 2005/07/31 15:26:58 recht Exp $
--- libgc/include/private/gc_priv.h.orig 2005-02-07 18:00:32.000000000 +0100
+++ libgc/include/private/gc_priv.h
@@ -1936,7 +1936,7 @@ void GC_err_puts GC_PROTO((GC_CONST char
/* in Linux glibc, but it's not exported.) Thus we continue to use */
/* the same hard-coded signals we've always used. */
# if !defined(SIG_SUSPEND)
-# if defined(GC_LINUX_THREADS) || defined(GC_DGUX386_THREADS)
+# if defined(GC_LINUX_THREADS) || defined(GC_DGUX386_THREADS) || defined(GC_NETBSD_THREADS)
# if defined(SPARC) && !defined(SIGPWR)
/* SPARC/Linux doesn't properly define SIGPWR in <signal.h>.
* It is aliased to SIGLOST in asm/signal.h, though. */
|