about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-03 05:35:50 +0000
committerEric Wong <normalperson@yhbt.net>2010-01-02 21:39:16 -0800
commit350bfc831938d84cc2d478f2cf88583863cb64fb (patch)
tree190eb0bdb8be5441e09830c88d8bb9d3ab72f87b /README
parent26015d39e9c848a536b4ea44802f858a4e6e74f7 (diff)
downloadruby_posix_mq-350bfc831938d84cc2d478f2cf88583863cb64fb.tar.gz
FreeBSD implements an __mq_oshandle(mqd_t mqd) function
to convert mqd_t to integer file descriptors.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
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.