https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215469
Bug ID: 215469
Summary: mmap(2) with MAP_EXCL is misdocumented to return
EINVAL if already mapped
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
The man page for mmap(2) says:
[EINVAL] Both MAP_FIXED and MAP_EXCL were specified, but the
requested region is already used by a mapping.
I think this should be ENOMEM rather than EINVAL.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"