mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-10 21:02:26 +00:00
Move things to the correct location
This commit is contained in:
@@ -6,16 +6,10 @@
|
||||
#include <string_view>
|
||||
#include <bitset>
|
||||
|
||||
#define UID_ROOT 0
|
||||
#define UID_SHELL 2000
|
||||
|
||||
#define DISALLOW_COPY_AND_MOVE(clazz) \
|
||||
clazz(const clazz &) = delete; \
|
||||
clazz(clazz &&) = delete;
|
||||
|
||||
#define to_app_id(uid) (uid % 100000)
|
||||
#define to_user_id(uid) (uid / 100000)
|
||||
|
||||
class mutex_guard {
|
||||
DISALLOW_COPY_AND_MOVE(mutex_guard)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user