Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 14:09:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 215469] mmap(2) with MAP_EXCL is misdocumented to return EINVAL if already mapped
Message-ID:  <bug-215469-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215469

            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: freebsd-doc@FreeBSD.org
          Reporter: martin@lispworks.com

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215469-9>