Copyright © tutorialspoint.com
#include <sys/mman.h> |
Tag | Description |
---|---|
EFAULT | Problem with getting the data from userspace. |
mmap2() is available since Linux 2.3.31. It is Linux specific, and should be avoided in portable applications. On 32-bit systems, mmap2() is used to implement the mmap64() function that is part of the LFS (Large File Summit).
Copyright © tutorialspoint.com