mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 13:47:44 +02:00
Upstream system_properties
This commit is contained in:
@ -84,7 +84,7 @@ struct prop_info {
|
||||
prop_info(const char* name, uint32_t namelen, uint32_t long_offset);
|
||||
|
||||
private:
|
||||
DISALLOW_IMPLICIT_CONSTRUCTORS(prop_info);
|
||||
BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(prop_info);
|
||||
};
|
||||
|
||||
static_assert(sizeof(prop_info) == 96, "sizeof struct prop_info must be 96 bytes");
|
||||
|
Reference in New Issue
Block a user