[PATCH] ia64: IA-32 support patch: mmap should return ENOMEM
Single Unix Specification says: [ENOMEM] MAP_FIXED was specified, and the range [addr, addr + len) exceeds that allowed for the address space of a process. Therefore if addr + len > IA32_PAGE_OFFSET, we should return ENOMEM.
Showing
Please register or sign in to comment