mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-21 14:42:20 +08:00
Things that use mkfifo() and pipe() depend on CONFIG_PIPES
This commit is contained in:
@@ -297,7 +297,7 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && CONFIG_NFILE_DESCRIPTORS > 0
|
||||
# ifndef CONFIG_NSH_DISABLE_MKFIFO
|
||||
# if defined(CONFIG_PIPES) && !defined(CONFIG_NSH_DISABLE_MKFIFO)
|
||||
{ "mkfifo", cmd_mkfifo, 2, 2, "<path>" },
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user