Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162158295
D51054.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
633 B
Referenced Files
None
Subscribers
None
D51054.diff
View Options
diff --git a/lib/libsys/mmap.2 b/lib/libsys/mmap.2
--- a/lib/libsys/mmap.2
+++ b/lib/libsys/mmap.2
@@ -491,12 +491,6 @@
.Fa offset
argument was not 0.
.It Bq Er EINVAL
-Both
-.Dv MAP_FIXED
-and
-.Dv MAP_EXCL
-were specified, but the requested region is already used by a mapping.
-.It Bq Er EINVAL
.Dv MAP_EXCL
was specified, but
.Dv MAP_FIXED
@@ -532,6 +526,12 @@
argument was not available.
.Dv MAP_ANON
was specified and insufficient memory was available.
+.It Bq Er ENOMEM
+Both
+.Dv MAP_FIXED
+and
+.Dv MAP_EXCL
+were specified, but the requested region is already used by a mapping.
.It Bq Er ENOTSUP
The
.Fa prot
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 11, 10:02 AM (4 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34956423
Default Alt Text
D51054.diff (633 B)
Attached To
Mode
D51054: Change mmap(2) to indicate ENOMEM is returned if the requested area is already mapped
Attached
Detach File
Event Timeline
Log In to Comment