From 88258cd041b56e076fcd45d08fece55114cd08e3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Jan 2020 14:45:12 +0545 Subject: [PATCH] Add FIFO filetype to match POSIX Every other filetype defined by POSIX for stat is in here, so add FIFO to round things out. --- phases/ephemeral/witx/typenames.witx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phases/ephemeral/witx/typenames.witx b/phases/ephemeral/witx/typenames.witx index 8b2165eb..f3b7c83e 100644 --- a/phases/ephemeral/witx/typenames.witx +++ b/phases/ephemeral/witx/typenames.witx @@ -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 ) )