diff options
Diffstat (limited to 'linux-headers/asm-arm/mman.h')
-rw-r--r-- | linux-headers/asm-arm/mman.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-headers/asm-arm/mman.h b/linux-headers/asm-arm/mman.h deleted file mode 100644 index 41f99c5..0000000 --- a/linux-headers/asm-arm/mman.h +++ /dev/null @@ -1,4 +0,0 @@ -#include <asm-generic/mman.h> - -#define arch_mmap_check(addr, len, flags) \ - (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0) |