Revision 3a5d30bf linux-user/signal.c

b/linux-user/signal.c
420 420
     * it to arrive. */
421 421
    sigfillset(&act.sa_mask);
422 422
    act.sa_handler = SIG_DFL;
423
    act.sa_flags = 0;
423 424
    sigaction(host_sig, &act, NULL);
424 425

  
425 426
    /* For some reason raise(host_sig) doesn't send the signal when

Also available in: Unified diff