You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
Fix fd ownership
This commit is contained in:
@@ -65,7 +65,7 @@ namespace zygiskd {
|
||||
|
||||
std::vector<Module> ReadModules();
|
||||
|
||||
UniqueFd ConnectCompanion(size_t index);
|
||||
int ConnectCompanion(size_t index);
|
||||
|
||||
UniqueFd GetModuleDir(size_t index);
|
||||
int GetModuleDir(size_t index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user