From: Chris Hanson Date: Wed, 16 Oct 1991 00:27:02 +0000 (+0000) Subject: Recent versions of SunOS have POSIX signals. X-Git-Tag: 20090517-FFI~10148 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4df8374380b1c3b4a4b69266f2414f809711d225;p=mit-scheme.git Recent versions of SunOS have POSIX signals. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 4528702cc..147f9e9bc 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.26 1991/09/05 22:26:30 markf Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.27 1991/10/16 00:27:02 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -227,6 +227,10 @@ extern void EXFUN (error_system_call, (int code, enum syscall_names name)); #define VOID_SIGNAL_HANDLERS #endif +#if defined(_SUNOS4) && defined(SIG_BLOCK) +#define HAVE_POSIX_SIGNALS +#endif + #define ERRNO_NONBLOCK EWOULDBLOCK #define FCNTL_NONBLOCK FNDELAY