Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | #include <asm-generic/mman.h> |
|---|---|
| 2 | |
| 3 | #define arch_mmap_check(addr, len, flags) \ |
| 4 | (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0) |
| 5 |
Warning: This file is not a C or C++ file. It does not have highlighting.
