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.
diff --git a/NEWS b/NEWS
index b89aa61..a4d4fad 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
 ==============
 * 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
 ==============