commit | 4dd1e89cb87c9af63da7b18f1251ad446527c9e0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Mar 10 19:27:22 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Mar 10 19:33:49 2014 +0000 |
tree | 6e36af1ccb25b7d652fcef6becfde5535daae30c | |
parent | 7a28f7f128fcca6ef0010b98cb21adcf8c3b8ae1 [diff] |
Improve SI_TIMER decoding Decode siginfo_t more clearly for si_code SI_TIMER. The 'pid' is actually a POSIX timer id, and the 'uid' is actually the overrun. Also factor out the si_value dumping so it's the same for every si_code. Signed-off-by: Elliott Hughes <enh@google.com>