[Bug 219209] Add missing EMFILE errno value in shmat(2) man page.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 11 05:02:36 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219209
Bug ID: 219209
Summary: Add missing EMFILE errno value in shmat(2) man page.
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: yuri at rawbw.com
Created attachment 182500
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182500&action=edit
patch
kern/sysv_shm.c explicitly returns EMFILE:
> if (i >= shminfo.shmseg)
> return (EMFILE);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list