diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
commit | bc9ddba9ef9abe23eadcdb51b2ce814c00c00639 (patch) | |
tree | 6266be92f31f93e7851b958a90b1f93c3aefbbe8 /support/unix/waitio.c | |
parent | f2be5817e9c3cb98a81689acb42dc6549ae0448f (diff) |
Notes
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 7232cdd9ceaf..0d762ea6dd67 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 |