]> granicus.if.org Git - strace/commit
build: fix build if siginfo_t lacks si_timerid/si_overrun
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Jan 2015 06:24:04 +0000 (09:24 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Jan 2015 06:41:44 +0000 (06:41 +0000)
commit36ab3d520ba43179cc24ccfa8a5b1bb422489793
tree161458a6f270e0d278081396326aad11fe81454f
parent8544681c73d79d75b34d950afd14ec5021c91f82
build: fix build if siginfo_t lacks si_timerid/si_overrun

* configure.ac (AC_CHECK_MEMBERS): Check for siginfo_t.si_timerid and
siginfo_t.si_overrun.
* signal.c (printsiginfo) [SI_TIMER]: Check HAVE_SIGINFO_T_SI_TIMERID
and HAVE_SIGINFO_T_SI_OVERRUN.
configure.ac
signal.c