| Index: src/untrusted/irt/irt_interfaces.h
|
| diff --git a/src/untrusted/irt/irt_interfaces.h b/src/untrusted/irt/irt_interfaces.h
|
| index 73ebc935c4d6f021a46d584f8d0e13e633bc4b03..3cc168ef145786b6d2e392b30106cfda4e67ca1e 100644
|
| --- a/src/untrusted/irt/irt_interfaces.h
|
| +++ b/src/untrusted/irt/irt_interfaces.h
|
| @@ -29,5 +29,6 @@ extern const struct nacl_irt_clock nacl_irt_clock;
|
| extern const struct nacl_irt_dev_getpid nacl_irt_dev_getpid;
|
| extern const struct nacl_irt_dev_exception_handling
|
| nacl_irt_dev_exception_handling;
|
| +extern const struct nacl_irt_dev_mprotect nacl_irt_dev_mprotect;
|
|
|
| #endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ */
|
|
|