diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:35:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:35:35 +0000 |
commit | dd6125558aa2543434423c0cbfb8837a8379bda2 (patch) | |
tree | 1eeb175702826721073ce46b686d7827ab53d8a2 /term/users.c | |
parent | 3c49302d2a80aa64d3a3a191253967baccac45b2 (diff) |
(call_asyncs): Provide sigcode arg in call to nowait_msg_sig_post.
Diffstat (limited to 'term/users.c')
-rw-r--r-- | term/users.c | 2 |
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. */ |