aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/alpha.h
diff options
context:
space:
mode:
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); \