[rtems-docs commit] c-user: Document CONFIGURE_IMFS_ENABLE_MKFIFO

Sebastian Huber sebh at rtems.org
Fri Dec 13 13:07:08 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    d954241f018cb254e22b9a5c2db3f4b65e91a274
Changeset: http://git.rtems.org/rtems-docs/commit/?id=d954241f018cb254e22b9a5c2db3f4b65e91a274

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Dec 12 09:46:22 2019 +0100

c-user: Document CONFIGURE_IMFS_ENABLE_MKFIFO

Close #3840.

---

 c-user/configuring_a_system.rst | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index cdb86ec..17278c0 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -2583,6 +2583,29 @@ DESCRIPTION:
     In case this configuration option is defined, then the support to remove
     nodes is disabled in the root IMFS.
 
+.. index:: CONFIGURE_IMFS_ENABLE_MKFIFO
+
+.. _CONFIGURE_IMFS_ENABLE_MKFIFO:
+
+CONFIGURE_IMFS_ENABLE_MKFIFO
+----------------------------
+
+CONSTANT:
+    ``CONFIGURE_IMFS_ENABLE_MKFIFO``
+
+DATA TYPE:
+    Boolean feature macro.
+
+RANGE:
+    Defined or undefined.
+
+DEFAULT VALUE:
+    This is not defined by default.
+
+DESCRIPTION:
+    In case this configuration option is defined, then the support to make FIFOs
+    is enabled in the root IMFS.
+
 Block Device Cache Configuration
 ================================
 



More information about the vc mailing list