Mercurial > emacs
changeset 12075:4e06c01054aa
Comment fix.
(POSIX_SIGNALS): Defined.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 05 Jun 1995 17:30:47 +0000 |
parents | 111aadc2521a |
children | ee38e93ccf7e |
files | src/s/irix5-0.h |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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