Sign in
android
/
platform
/
external
/
rust
/
crates
/
userfaultfd-sys
/
ab33bfe6879ec37be6c5b87093ffaa6e2bce4d3a
/
.
/
wrapper.h
blob: 42ab19cc47e89120f3505d1bf4237810d88d08a4 [
file
] [
log
] [
blame
]
#include
<linux/userfaultfd.h>
#ifndef
UFFD_USER_MODE_ONLY
// this definition is not available before Linux 5.11. It is provided so
// userfaultfd-sys has the same exports on all kernels
#define
UFFD_USER_MODE_ONLY
1
#endif