Skip to content

Fix pipes reporting themselves as character devices through fstat(2).

Juhani Krekelä requested to merge nortti_/sortix:pipe_st_mode into master

Pipes reported themselves as S_IFCHR instead of S_IFIFO.

Merge request reports