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.
This commit is contained in:
Roland McGrath 2004-04-16 21:54:56 +00:00
parent d4c85ebbc6
commit 5e169a1b64

1
NEWS
View File

@ -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
==============