Scare Crowe 442d22459d T3Q being reported to gay IRS cuz he is gay
Update / Redo the entire stack to juice up like no other was juiced before.
2021-10-22 13:54:53 +05:00

6 lines
221 B
C

extern noinline unsigned long __crypto_memneq(const void *a, const void *b, size_t size);
static inline int crypto_memneq(const void *a, const void *b, size_t size)
{
return __crypto_memneq(a, b, size) != 0UL ? 1 : 0;
}