Mercurial > emacs
changeset 17887:488aa370e96d
(PTY_OPEN): Call sigblock instead of sigblockx.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 19 May 1997 08:30:55 +0000 |
parents | 9129ede641f3 |
children | f36dbc0b1e80 |
files | src/m/alpha.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/alpha.h Mon May 19 07:29:00 1997 +0000 +++ b/src/m/alpha.h Mon May 19 08:30:55 1997 +0000 @@ -287,7 +287,7 @@ { \ int dummy; \ SIGMASKTYPE mask; \ - mask = sigblockx (SIGCHLD); \ + mask = sigblock (SIGCHLD); \ if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \ fd = -1; \ sigsetmask (mask); \