command-not-found: Update with new executables
[termux-packages] / packages / strace / signal.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../strace-4.9/signal.c ./signal.c
2--- ../strace-4.9/signal.c 2014-08-15 01:29:09.000000000 +0200
3+++ ./signal.c 2014-08-21 16:38:23.382852562 +0200
4@@ -450,7 +456,7 @@
5 #ifdef SI_TIMER
6 case SI_TIMER:
7 tprintf(", si_timerid=%#x, si_overrun=%d",
8- sip->si_timerid, sip->si_overrun);
9+ sip->_sifields._timer._tid, sip->si_overrun);
10 printsigval(sip, verbose);
11 break;
12 #endif