Skip to content

Commit 60d32a7

Browse files
committed
make the wrapper linux only
Signed-off-by: Dmitry Rozhkov <[email protected]>
1 parent c0c60a0 commit 60d32a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/common/io/io_uring_impl.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if defined(__linux__)
2+
13
#include "source/common/io/io_uring_impl.h"
24

35
#include <sys/eventfd.h>
@@ -136,3 +138,4 @@ IoUringResult IoUringImpl::submit() {
136138

137139
} // namespace Io
138140
} // namespace Envoy
141+
#endif // defined(__linux__)

0 commit comments

Comments
 (0)