From 350bfc831938d84cc2d478f2cf88583863cb64fb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 3 Jan 2010 05:35:50 +0000 Subject: support POSIX_MQ#to_io under FreeBSD FreeBSD implements an __mq_oshandle(mqd_t mqd) function to convert mqd_t to integer file descriptors. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 64b6832..c7b65cb 100644 --- a/README +++ b/README @@ -13,9 +13,9 @@ network-aware message queue implementations. * Supports message notifications via signals. -* Supports portable non-blocking operation. Under Linux 2.6.6+ only, - POSIX_MQ objects may even be used with event notification mechanisms - such as IO.select. +* Supports portable non-blocking operation. Under Linux 2.6.6+ and + FreeBSD 7.2+, POSIX_MQ objects may even be used with event + notification mechanisms such as IO.select. * Optional timeouts may be applied to send and receive operations. -- cgit v1.2.3-24-ge0c7