prefer SIGINFO for statistics if available
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 12 Sep 2019 17:07:24 +0000 (19:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 19 Sep 2019 12:42:31 +0000 (14:42 +0200)
commita635fe75ffafbd544463f4ab569f77f5d3e49ed0
tree3f4d2e5268d1f4fcffbde5e4fbc06ac1e948208c
parenta0ff197f92a8630d87509509ad635c8f194fa29b
prefer SIGINFO for statistics if available

A far more appropriate signal for non-quitting interrupts,
unfortunately only available on BSDs (bound to ctrl-T).

Keep fallback to SIGQUIT as support on linux does not seem imminent
:(http://lkml.iu.edu/hypermail/linux/kernel/1411.0/03374.html).
barcat