mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-22 23:26:42 -08:00
Small native code reorganization
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
#include <syscall.h>
|
||||
#include <random>
|
||||
|
||||
#include <logging.h>
|
||||
#include <utils.h>
|
||||
#include <logging.hpp>
|
||||
#include <utils.hpp>
|
||||
|
||||
int fork_dont_care() {
|
||||
int pid = xfork();
|
||||
|
||||
Reference in New Issue
Block a user