diff options
author | peter <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
commit | ca02a2bfd2f08739388e00fb3bbe93fa3fa5efb0 (patch) | |
tree | 6266be92f31f93e7851b958a90b1f93c3aefbbe8 /support/unix/waitio.c | |
parent | ed0c2f87192e10d255a0e36819e6df2a1d83d5fb (diff) | |
download | FreeBSD-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.c | 2 |
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 |