$OpenBSD: patch-mozilla_js_src_jit_ProcessExecutableMemory_h,v 1.1 2017/03/08 15:54:54 landry Exp $

https://gitweb.torproject.org/tor-browser.git/patch/?id=235c607f6bc39e124b9e8430092be249c3d64981

--- mozilla/js/src/jit/ProcessExecutableMemory.h.orig	Sun Mar  5 21:58:26 2017
+++ mozilla/js/src/jit/ProcessExecutableMemory.h	Wed Mar  8 14:06:00 2017
@@ -23,6 +23,8 @@ enum class ProtectionSetting {
     Executable,
 };
 
+extern MOZ_MUST_USE bool ReprotectRegion(void* start, size_t size, ProtectionSetting protection);
+
 // Functions called at process start-up/shutdown to initialize/release the
 // executable memory region.
 extern MOZ_MUST_USE bool InitProcessExecutableMemory();
