Skip to content

Commit

Permalink
Add FIFO filetype to match POSIX (#189)
Browse files Browse the repository at this point in the history
Every other filetype defined by POSIX for stat is in here,
so add FIFO to round things out.
  • Loading branch information
vapier authored and sbc100 committed Jan 9, 2020
1 parent 0f3c89a commit 15d22e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@
$socket_stream
;;; The file refers to a symbolic link inode.
$symbolic_link
;;; The file descriptor or file refers to a FIFO.
$fifo
)
)

Expand Down

0 comments on commit 15d22e2

Please sign in to comment.