From 88f7cc60955bc6a5fe3b6d4b7e90fb1f12241ae3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 Sep 1994 02:29:40 +0000 Subject: [PATCH] (POSIX_SIGNALS): Defined. --- src/s/sco4.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/sco4.h b/src/s/sco4.h index e1df8b2dff5..36d681ff22a 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -123,3 +123,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ #define PREFER_VSUSP + +/* wjs@wang.com (William Smith) says this is needed on 3.2.4.2. */ +#define POSIX_SIGNALS -- 2.39.5