[Bug 297082] mknod(2) should support creating FIFOs for POSIX compliance

[email protected] Mon, 27 Jul 2026 14:07:06 +0000
Newsgroups gmane.os.freebsd.devel.standards
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D297082

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
I suspect that you passed mode =3D=3D S_IFIFO but dev !=3D 0.  In this case=
 we do
return EINVAL.  If dev =3D=3D 0, then mknod(2) should be identical to mkfif=
o(2).

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