mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 12:49:48 +00:00
Rename classes and small adjustments
This commit is contained in:
@@ -36,7 +36,7 @@ static inline void lazy_unmount(const char* mountpoint) {
|
||||
}
|
||||
|
||||
void hide_daemon(int pid) {
|
||||
RunFinally fin([=]() -> void {
|
||||
run_finally fin([=]() -> void {
|
||||
// Send resume signal
|
||||
kill(pid, SIGCONT);
|
||||
_exit(0);
|
||||
|
Reference in New Issue
Block a user