| Index: src/shared/platform/nacl_host_dir.h
|
| diff --git a/src/shared/platform/nacl_host_dir.h b/src/shared/platform/nacl_host_dir.h
|
| index 04860b58cf71d46fd9cdca19dabfc77fe1a08bf2..26eb523f512caaea609086e53b405ea3b6a133aa 100644
|
| --- a/src/shared/platform/nacl_host_dir.h
|
| +++ b/src/shared/platform/nacl_host_dir.h
|
| @@ -76,6 +76,14 @@ extern int NaClHostDirRewind(struct NaClHostDir *d);
|
| */
|
| extern int NaClHostDirClose(struct NaClHostDir *d);
|
|
|
| +extern int NaClHostDirFchdir(struct NaClHostDir *d) NACL_WUR;
|
| +
|
| +extern int NaClHostDirFchmod(struct NaClHostDir *d, int mode) NACL_WUR;
|
| +
|
| +extern int NaClHostDirFsync(struct NaClHostDir *d) NACL_WUR;
|
| +
|
| +extern int NaClHostDirFdatasync(struct NaClHostDir *d) NACL_WUR;
|
| +
|
| EXTERN_C_END
|
|
|
| #endif /* NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_NACL_HOST_DIR_H__ */
|
|
|