summaryrefslogtreecommitdiff
path: root/Static.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Static.cpp')
-rw-r--r--Static.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Static.cpp b/Static.cpp
index c63e503..a84f811 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -73,7 +73,7 @@ TextOutput& aerr(gStderrTextOutput);
// ------------ ProcessState.cpp
-Mutex gProcessMutex;
+Mutex& gProcessMutex = *new Mutex;
sp<ProcessState> gProcess;
class LibHwbinderIPCtStatics