diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 5450c0f057..45333761af 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -445,6 +445,7 @@ class Runtime { bool UseJitCompilation() const; void PreZygoteFork(); + void PostZygoteFork(); void InitNonZygoteOrPostFork( JNIEnv* env, bool is_system_server, |