From: Roland McGrath Date: Fri, 16 Apr 2004 21:54:56 +0000 (+0000) Subject: 2004-04-16 Roland McGrath X-Git-Tag: v4.5.18~595 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e169a1b64545bd5b7d4776c8d93665fc90ca594;p=strace 2004-04-16 Roland McGrath * configure.ac: Check for . * ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to decode struct mq_attr. * NEWS: Mention mq support. --- diff --git a/NEWS b/NEWS index b89aa619..a4d4fad2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ Changes in 4.5.3 ============== * Bug fixes. * On Linux using NPTL threads, -p will now attach to all threads in a process. +* Handle new mq_* system calls in Linux 2.6.6 and later. Changes in 4.5.2 ==============