|
@@ -240,7 +240,7 @@ static int mmap_frag(abi_ulong real_start,
|
|
possible while it is a shared mapping */
|
|
possible while it is a shared mapping */
|
|
if ((flags & TARGET_BSD_MAP_FLAGMASK) == MAP_SHARED &&
|
|
if ((flags & TARGET_BSD_MAP_FLAGMASK) == MAP_SHARED &&
|
|
(prot & PROT_WRITE))
|
|
(prot & PROT_WRITE))
|
|
- return -EINVAL;
|
|
|
|
|
|
+ return -1;
|
|
|
|
|
|
/* adjust protection to be able to read */
|
|
/* adjust protection to be able to read */
|
|
if (!(prot1 & PROT_WRITE))
|
|
if (!(prot1 & PROT_WRITE))
|