summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h
index 1f5a8418..856fe764 100644
--- a/hurd/paths.h
+++ b/hurd/paths.h
@@ -36,4 +36,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _HURD_SYMLINK "/hurd/symlink" /* S_IFLNK */
#define _HURD_CHRDEV "/hurd/chrdev" /* S_IFCHR */
#define _HURD_BLKDEV "/hurd/blkdev" /* S_IFBLK */
+#define _HURD_FIFO "/hurd/fifo" /* S_IFIFO */
+
#define _HURD_IFSOCK "/hurd/ifsock" /* S_IFSOCK */