summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 23:35:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 23:35:35 +0000
commitdd6125558aa2543434423c0cbfb8837a8379bda2 (patch)
tree1eeb175702826721073ce46b686d7827ab53d8a2 /term
parent3c49302d2a80aa64d3a3a191253967baccac45b2 (diff)
(call_asyncs): Provide sigcode arg in call to nowait_msg_sig_post.
Diffstat (limited to 'term')
-rw-r--r--term/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c
index 4fbe0c52..1464e84d 100644
--- a/term/users.c
+++ b/term/users.c
@@ -1865,7 +1865,7 @@ call_asyncs (int dir)
ar = nxt)
{
nxt = ar->next;
- err = nowait_msg_sig_post (ar->notify, SIGIO, async_id);
+ err = nowait_msg_sig_post (ar->notify, SIGIO, 0, async_id);
if (err == MACH_SEND_INVALID_DEST)
{
/* Receiver died; remove the notification request. */