In syscalls.h file of Android 2.6.29, there is unmap sys call but not mmap.
Is there any reason for not including mmap in syscalls.h file?
In syscalls.h file of Android 2.6.29, there is unmap sys call but not mmap.
Is there any reason for not including mmap in syscalls.h file?
How possible?
Check out: http://lxr.linux.no/#linux+v2.6.29/arch/x86/include/asm/syscalls.h#L87
87 asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long,
88 unsigned long, unsigned long, unsigned long);