mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 16:10:16 +00:00
Prevent resetprop function signature duplicate with libc
This commit is contained in:
@@ -693,6 +693,9 @@ void post_fs_data(int client) {
|
||||
bind_mount(HOSTSFILE, "/system/etc/hosts");
|
||||
}
|
||||
|
||||
// Initialize resetprop for the daemon
|
||||
init_resetprop();
|
||||
|
||||
// Start magiskhide if enabled
|
||||
char *hide_prop = getprop(MAGISKHIDE_PROP);
|
||||
if (hide_prop) {
|
||||
|
||||
Reference in New Issue
Block a user