mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-02-01 15:10:34 +03:00
Add Timestamp faking strategy
This commit is contained in:
@@ -111,6 +111,9 @@ free((item)); \
|
||||
|
||||
#ifndef KERNEL_SPACE
|
||||
|
||||
|
||||
#define CHECK_BITFIELD(value, field) (((value) & (field)) == (field))
|
||||
|
||||
#define max(a,b)__extension__\
|
||||
({ \
|
||||
__typeof__ (a) _a = (a); \
|
||||
|
||||
Reference in New Issue
Block a user