aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/alpha.h
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1997-05-19 08:30:55 +0000
committerKenichi Handa <[email protected]>1997-05-19 08:30:55 +0000
commita1a65af36a3ba7561b582f5f45fccf16e97ed4e8 (patch)
tree18a9678016899a87dd4e3786d334d52874ddda63 /src/m/alpha.h
parent5c8d69ab5ef5f1cbe0ea9a0f1ffe458823c3ca94 (diff)
(PTY_OPEN): Call sigblock instead of sigblockx.
Diffstat (limited to 'src/m/alpha.h')
-rw-r--r--src/m/alpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 9c33475ebb..0833299160 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); \