| Index: native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h b/native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
|
| similarity index 94%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h
|
| rename to native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
|
| index d7ba17faf42b81d41da4cd880245d6724175f10d..7d88cfddf17bf8338bfe1bedf4b724d97fe2703b 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
|
| @@ -2,8 +2,8 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#ifndef LIBRARIES_NACL_MOUNTS_KERNEL_WRAP_H_
|
| -#define LIBRARIES_NACL_MOUNTS_KERNEL_WRAP_H_
|
| +#ifndef LIBRARIES_NACL_IO_KERNEL_WRAP_H_
|
| +#define LIBRARIES_NACL_IO_KERNEL_WRAP_H_
|
|
|
| #include <sys/types.h>
|
| #include <stdlib.h>
|
| @@ -82,4 +82,4 @@ read_ssize_t NAME(write)(int fd, const void* buf, size_t nbyte);
|
|
|
| EXTERN_C_END
|
|
|
| -#endif // LIBRARIES_NACL_MOUNTS_KERNEL_WRAP_H_
|
| +#endif // LIBRARIES_NACL_IO_KERNEL_WRAP_H_
|
|
|