You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: preadv2: Call the syscall directly rather than via glibc
This way we don't need to worry about compatiblity with old glibc versions
and it will work on Android and musl too. The downside is that you can't
use `LD_PRELOAD` tricks any more to intercept these calls.
0 commit comments