From: Roland McGrath Date: Sun, 4 Nov 2007 00:00:08 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f189d6d04742085f74684f6ab45c49e77e24a81d;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 12305a71..29e7202b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ * strace.c (main): Move the STARTUP_CHILD call before setting up the signal handlers. New comment about the valid internal states. +2007-11-02 Thiemo Seufer + + * signal.c (m_siginfo_t): Add for MIPS. + (sys_sigreturn): struct sigcontext on MIPS has no sigset_t member, + acquire the signal mask with the same trick as on Sparc. + Fixes Debian#448802. + 2007-11-01 Roland McGrath * util.c (string_quote): Return nonzero if the string was unterminated.