diff options
Diffstat (limited to 'src/uapi/ipc.c')
| -rw-r--r-- | src/uapi/ipc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uapi/ipc.c b/src/uapi/ipc.c index ddc7242..3c24f1c 100644 --- a/src/uapi/ipc.c +++ b/src/uapi/ipc.c @@ -153,7 +153,8 @@ static __noreturn void __run_notify(struct tcb *t, struct tcb *r) /* if we're in the root process, we can safely handle signals and * becoming orphaned */ if (!is_rpc(t)) - set_bits(flags, t->notify_flags & (NOTIFY_SIGNAL | NOTIFY_ORPHANED)); + set_bits(flags, + t->notify_flags & (NOTIFY_SIGNAL | NOTIFY_ORPHANED)); /* handle critical notifications with special care */ if (is_set(t->notify_flags, NOTIFY_IRQ | NOTIFY_TIMER)) { |
