mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
munmap.2: Remove EINVAL for negative len
len is unsigned (it is size_t), so cannot be negative. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c18a6c15f4
commit
fab411c4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ will fail if:
|
|||
.It Bq Er EINVAL
|
||||
The
|
||||
.Fa len
|
||||
argument was zero or negative, or
|
||||
argument was zero, or
|
||||
some part of the region being unmapped is outside the
|
||||
valid address range for a process.
|
||||
.El
|
||||
|
|
|
|||
Loading…
Reference in a new issue