Revision 0c58751c

b/linux-user/signal.c
391 391
            target_sig, strsignal(host_sig), "core dumped" );
392 392
    }
393 393

  
394
    /* The proper exit code for dieing from an uncaught signal is
394
    /* The proper exit code for dying from an uncaught signal is
395 395
     * -<signal>.  The kernel doesn't allow exit() or _exit() to pass
396 396
     * a negative value.  To get the proper exit code we need to
397 397
     * actually die from an uncaught signal.  Here the default signal

Also available in: Unified diff