Handle ctrl-c properly with threads
authorJens Axboe <jens.axboe@oracle.com>
Tue, 18 Nov 2008 18:10:21 +0000 (19:10 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 18 Nov 2008 18:10:21 +0000 (19:10 +0100)
commit5f8f9726e7466419db8b8e9c2205430ad1d33aad
treee98893bee79f68e6b61f7ac8536933da073721f3
parent182ec6ee4e4d79fc5a705cd2e2811fa003add040
Handle ctrl-c properly with threads

A stupid bug, the main process should just ignore its own SIGQUIT.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c