summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-04-16 21:54:56 +0000
committerRoland McGrath <roland@redhat.com>2004-04-16 21:54:56 +0000
commit5e169a1b64545bd5b7d4776c8d93665fc90ca594 (patch)
tree49c9363de1e7fae39e5d98a0dfcdd0de918e0697 /NEWS
parentd4c85ebbc64b1eb141b310a4634c6ca37fd352c1 (diff)
downloadstrace-5e169a1b64545bd5b7d4776c8d93665fc90ca594.tar.gz
strace-5e169a1b64545bd5b7d4776c8d93665fc90ca594.tar.bz2
strace-5e169a1b64545bd5b7d4776c8d93665fc90ca594.tar.xz
2004-04-16 Roland McGrath <roland@redhat.com>
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b89aa61..a4d4fad 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
==============