]> granicus.if.org Git - strace/commitdiff
2004-04-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 16 Apr 2004 21:54:56 +0000 (21:54 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Apr 2004 21:54:56 +0000 (21:54 +0000)
* configure.ac: Check for <mqueue.h>.
* ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to
decode struct mq_attr.
* NEWS: Mention mq support.

NEWS

diff --git a/NEWS b/NEWS
index b89aa61998e8d9eb6f0ee1e4395768e22a492d6f..a4d4fad2577b41517309e4209a186103bcd8246e 100644 (file)
--- 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
 ==============