void *orig_mmap(void *addr, size_t lenght, int prot, int flags, int fd, off_t offset);
I don't understand the off_t indentifier and it is causing the error I mention above.
void *orig_mmap(void *addr, size_t lenght, int prot, int flags, int fd, off_t offset);
I don't understand the off_t indentifier and it is causing the error I mention above.