summaryrefslogtreecommitdiffstats
path: root/support/unix/waitio.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-05-27 07:00:33 +0000
committerpeter <peter@FreeBSD.org>2014-05-27 07:00:33 +0000
commitca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0 (patch)
tree6266be92f31f93e7851b958a90b1f93c3aefbbe8 /support/unix/waitio.c
parented0c2f87192e10d255a0e36819e6df2a1d83d5fb (diff)
downloadFreeBSD-src-ca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0.zip
FreeBSD-src-ca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0.tar.gz
Vendor import apr-1.5.1
Diffstat (limited to 'support/unix/waitio.c')
-rw-r--r--support/unix/waitio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/unix/waitio.c b/support/unix/waitio.c
index 7232cdd..0d762ea 100644
--- a/support/unix/waitio.c
+++ b/support/unix/waitio.c
@@ -22,7 +22,7 @@
/* The only case where we don't use wait_for_io_or_timeout is on
* pre-BONE BeOS, so this check should be sufficient and simpler */
-#if !BEOS_R5
+#if !defined(BEOS_R5) && !defined(OS2) && APR_FILES_AS_SOCKETS
#define USE_WAIT_FOR_IO
#endif
OpenPOWER on IntegriCloud