Index: src/untrusted/irt/irt_interfaces.c |
diff --git a/src/untrusted/irt/irt_interfaces.c b/src/untrusted/irt/irt_interfaces.c |
index 0150924ef0fb199a658b5c3b8311930f8339e0f7..a39565cd3c296c33c51602f2e732492ecdeb3068 100644 |
--- a/src/untrusted/irt/irt_interfaces.c |
+++ b/src/untrusted/irt/irt_interfaces.c |
@@ -39,6 +39,8 @@ static const struct nacl_interface_table irt_interfaces[] = { |
sizeof(nacl_irt_dev_getpid) }, |
{ NACL_IRT_DEV_EXCEPTION_HANDLING_v0_1, &nacl_irt_dev_exception_handling, |
sizeof(nacl_irt_dev_exception_handling) }, |
+ { NACL_IRT_DEV_MPROTECT_v0_1, &nacl_irt_dev_mprotect, |
+ sizeof(nacl_irt_dev_mprotect) }, |
}; |
size_t nacl_irt_interface(const char *interface_ident, |