diff options
-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. */ |