# HG changeset patch # User Karl Heuer # Date 802373447 0 # Node ID 4e06c01054aa94569a808a56cdcf2d21f12747fb # Parent 111aadc2521afe7e283c98fbbfc105d3067521da Comment fix. (POSIX_SIGNALS): Defined. diff -r 111aadc2521a -r 4e06c01054aa src/s/irix5-0.h --- a/src/s/irix5-0.h Mon Jun 05 12:38:46 1995 +0000 +++ b/src/s/irix5-0.h Mon Jun 05 17:30:47 1995 +0000 @@ -59,11 +59,6 @@ /* We need only try once to open a pty. */ #define PTY_ITERATION /* Here is how to do it. */ -/* It is necessary to prevent SIGCHLD signals within _getpty. - So we block them. But since all of Emacs uses classic SYSV signal() - signals, there is no reliable way to do this (unlike BSD sighold or - POSIX sigaction). On Irix 5.* systems, the implementation of - sigaction is as close as you can get to a universal. */ #define PTY_OPEN \ { \ struct sigaction ocstat, cstat; \ @@ -83,6 +78,10 @@ strcpy (pty_name, name); \ } +/* Since we use POSIX constructs in PTY_OPEN, we must force POSIX + throughout. */ +#define POSIX_SIGNALS + /* jpff@maths.bath.ac.uk reports `struct exception' is not defined on this system, so inhibit use of matherr. */ #define NO_MATHERR