From: John Hughes Date: Fri, 19 Oct 2001 07:32:14 +0000 (+0000) Subject: Merge SVR4/Linux printsiginfo X-Git-Tag: v4.5.18~1004 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0c5ac850a452ec4c6f8ce12caaf9ae8b7894adb;p=strace Merge SVR4/Linux printsiginfo --- diff --git a/ChangeLog b/ChangeLog index 45460f9c..b6800e84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-10-18 John Hughes + + * acconfig.h: Add HAS_SIGINFO_T. + * aclocal.m4: add check for siginfo_t in signal.h. + * configure.in: use check for siginfo_t. + * defs.h: if HAVE_SIGINFO_T the declare printsiginfo. On SVR4 + allow access to siginfo when signal recieved. + * process.c: Remove SVR4 only version of printsiginfo. + * signal.c: merge SVR4 and LINUX versions of printsiginfo. + * strace.c: on SVR4 print siginfo when signal recieved. + 2001-10-18 John Hughes * system.c(sys_ssisys): handle return values for ssisys