openbox lab initialized
This commit is contained in:
4
openflow/usr/include/arm-linux-gnueabihf/asm/mman.h
Normal file
4
openflow/usr/include/arm-linux-gnueabihf/asm/mman.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <asm-generic/mman.h>
|
||||
|
||||
#define arch_mmap_check(addr, len, flags) \
|
||||
(((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)
|
||||
Reference in New Issue
Block a user