summaryrefslogtreecommitdiff
path: root/lang/qscheme/files/patch-s.h
blob: 6797b6926a87a334e6f44aaf8601b13c2e7a6a92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- s.h.orig	Sun Feb 10 12:45:20 2002
+++ s.h	Sun Feb 10 12:45:32 2002
@@ -203,7 +203,7 @@
 
 #ifdef SCM_WITH_THREADS
 /*** same as in Boehm's GC */
-#define SCM_SIG_SUSPEND		SIGPWR
+#define SCM_SIG_SUSPEND		SIGUSR1
 #define SCM_SIG_RESUME		SIGXCPU
 #endif