Chromium Code Reviews| Index: native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc |
| diff --git a/native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc b/native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc |
| index a16398540c86e81fd19d1cbc6c242aea4ca1b264..421b6653fcae044220e1765faa86680b3ce9008c 100644 |
| --- a/native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc |
| +++ b/native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc |
| @@ -2,6 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#ifndef __linux__ |
|
binji
2013/11/15 17:26:23
!defined(__linux__)
Sam Clegg
2013/11/15 18:13:34
Done.
|
| + |
| #include <unistd.h> |
| #include <string> |
| @@ -714,3 +716,5 @@ TEST_F(KernelWrapTest, socketpair) { |
| } |
| #endif // PROVIDES_SOCKET_API |
| + |
| +#endif // __linux__ |