aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorKenichi Handa1997-05-19 08:30:55 +0000
committerKenichi Handa1997-05-19 08:30:55 +0000
commita1a65af36a3ba7561b582f5f45fccf16e97ed4e8 (patch)
tree18a9678016899a87dd4e3786d334d52874ddda63 /src/m
parent5c8d69ab5ef5f1cbe0ea9a0f1ffe458823c3ca94 (diff)
downloademacs-a1a65af36a3ba7561b582f5f45fccf16e97ed4e8.tar.gz
emacs-a1a65af36a3ba7561b582f5f45fccf16e97ed4e8.zip
(PTY_OPEN): Call sigblock instead of sigblockx.
Diffstat (limited to 'src/m')
-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 9c33475ebbf..0833299160b 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -287,7 +287,7 @@ extern void r_alloc_free ();
287 { \ 287 { \
288 int dummy; \ 288 int dummy; \
289 SIGMASKTYPE mask; \ 289 SIGMASKTYPE mask; \
290 mask = sigblockx (SIGCHLD); \ 290 mask = sigblock (SIGCHLD); \
291 if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \ 291 if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \
292 fd = -1; \ 292 fd = -1; \
293 sigsetmask (mask); \ 293 sigsetmask (mask); \