From a1a65af36a3ba7561b582f5f45fccf16e97ed4e8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 19 May 1997 08:30:55 +0000 Subject: [PATCH] (PTY_OPEN): Call sigblock instead of sigblockx. --- src/m/alpha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m/alpha.h b/src/m/alpha.h index 9c33475ebbf..0833299160b 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -287,7 +287,7 @@ extern void r_alloc_free (); { \ int dummy; \ SIGMASKTYPE mask; \ - mask = sigblockx (SIGCHLD); \ + mask = sigblock (SIGCHLD); \ if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \ fd = -1; \ sigsetmask (mask); \ -- 2.39.5